#CB1C33

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

Shades of Cardinal #CB1C33

Tints of Cardinal #CB1C33

Color information

#CB1C33 (or 0xCB1C33) is unknown color: approx Cardinal. HEX triplet: CB, 1C and 33. RGB value is (203,28,51). Sum of RGB (Red+Green+Blue) = 203+28+51=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C33 is #34E3CC. Grayscale: #535353. Windows color (decimal): -3466189 or 3349707. OLE color: 3349707.

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

Color convert

RGB2032851-
CMYK00.860.750.20
HSL352.11º75.76%45.29%-
HSV(B)352.11º86.21%79.61%-
XYZ25.6413.774.44-
YUV82.95109.98213.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.99%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=71.99%
G=9.93%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203285100.860.750.20352.1175.7645.29
HexCB1C330564B141604c2d
Octal313346301261132454011455
Binary1100101111100110011010101101001011101001011000001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C33; }

 p { color: rgb(203,28,51); }

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

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

 a { background-color: rgb(203,28,51); }

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

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

 span { border-color: rgb(203,28,51); }

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