#CB1A42

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

Shades of Cardinal #CB1A42

Tints of Cardinal #CB1A42

Color information

#CB1A42 (or 0xCB1A42) is unknown color: approx Cardinal. HEX triplet: CB, 1A and 42. RGB value is (203,26,66). Sum of RGB (Red+Green+Blue) = 203+26+66=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A42 is #34E5BD. Grayscale: #535353. Windows color (decimal): -3466686 or 4332235. OLE color: 4332235.

HSL color Cylindrical-coordinate representation of color #CB1A42: hue angle of 346.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A42 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2032666-
CMYK00.870.670.20
HSL346.44º77.29%44.9%-
HSV(B)346.44º87.19%79.61%-
XYZ25.9813.836.45-
YUV83.48118.14213.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.81%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=68.81%
G=8.81%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203266600.870.670.20346.4477.2944.9
HexCB1A42057431415a4d2d
Octal3133210201271032453211555
Binary11001011110101000010010101111000011101001010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A42; }

 p { color: rgb(203,26,66); }

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

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

 a { background-color: rgb(203,26,66); }

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

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

 span { border-color: rgb(203,26,66); }

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