#CB1A49

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

Shades of Cardinal #CB1A49

Tints of Cardinal #CB1A49

Color information

#CB1A49 (or 0xCB1A49) is unknown color: approx Cardinal. HEX triplet: CB, 1A and 49. RGB value is (203,26,73). Sum of RGB (Red+Green+Blue) = 203+26+73=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A49 is #34E5B6. Grayscale: #545454. Windows color (decimal): -3466679 or 4790987. OLE color: 4790987.

HSL color Cylindrical-coordinate representation of color #CB1A49: hue angle of 344.07º 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 #CB1A49 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2032673-
CMYK00.870.640.20
HSL344.07º77.29%44.9%-
HSV(B)344.07º87.19%79.61%-
XYZ26.213.927.61-
YUV84.28121.64212.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.22%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=67.22%
G=8.61%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203267300.870.640.20344.0777.2944.9
HexCB1A4905740141584d2d
Octal3133211101271002453011555
Binary11001011110101001001010101111000000101001010110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A49; }

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

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

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

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

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

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

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

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