#CB1A44

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

Shades of Cardinal #CB1A44

Tints of Cardinal #CB1A44

Color information

#CB1A44 (or 0xCB1A44) is unknown color: approx Cardinal. HEX triplet: CB, 1A and 44. RGB value is (203,26,68). Sum of RGB (Red+Green+Blue) = 203+26+68=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A44 is #34E5BB. Grayscale: #535353. Windows color (decimal): -3466684 or 4463307. OLE color: 4463307.

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

Color convert

RGB2032668-
CMYK00.870.670.20
HSL345.76º77.29%44.9%-
HSV(B)345.76º87.19%79.61%-
XYZ26.0413.856.77-
YUV83.71119.14213.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.35%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=68.35%
G=8.75%
B=22.90%

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
Decimal203266800.870.670.20345.7677.2944.9
HexCB1A44057431415a4d2d
Octal3133210401271032453211555
Binary11001011110101000100010101111000011101001010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A44; }

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

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

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

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

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

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

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

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