#B4003D

Color #B4003D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B4003D

Tints of Cardinal #B4003D

Color information

#B4003D (or 0xB4003D) is unknown color: approx Cardinal. HEX triplet: B4, 00 and 3D. RGB value is (180,0,61). Sum of RGB (Red+Green+Blue) = 180+0+61=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B4003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4003D is #4BFFC2. Grayscale: #3C3C3C. Windows color (decimal): -4980675 or 3997876. OLE color: 3997876.

HSL color Cylindrical-coordinate representation of color #B4003D: hue angle of 339.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4003D is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB180061-
CMYK010.660.29
HSL339.67º100%35.29%-
HSV(B)339.67º100%70.59%-
XYZ19.6610.045.32-
YUV60.77128.13213.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=74.69%
G=0%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180061010.660.29339.6710035.29
HexB403D064421D1546423
Octal26407501441023552414443
Binary101101000111101011001001000010111011010101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4003D; }

 p { color: rgb(180,0,61); }

 H1.HeaderClassName
 {
   color: #B4003D;
 }
 .AnyTagClassName
 {
   color: #B4003D;
 }
</style>
background-color css

<style>
 a { background-color: #B4003D; }

 a { background-color: rgb(180,0,61); }

 div.DivClassName
 {
   background-color: #B4003D;
 }
 .BgClassName
 {
   background-color: #B4003D;
 }
</style>
border-color css

<style>
 span { border-color: #B4003D; }

 span { border-color: rgb(180,0,61); }

 td.TdClassName
 {
   border-color: #B4003D;
 }
 .TagClassName
 {
   border-color: #B4003D;
 }
</style>