#CB1C32

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

Shades of Cardinal #CB1C32

Tints of Cardinal #CB1C32

Color information

#CB1C32 (or 0xCB1C32) is unknown color: approx Cardinal. HEX triplet: CB, 1C and 32. RGB value is (203,28,50). Sum of RGB (Red+Green+Blue) = 203+28+50=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C32 is #34E3CD. Grayscale: #525252. Windows color (decimal): -3466190 or 3284171. OLE color: 3284171.

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

Color convert

RGB2032850-
CMYK00.860.750.20
HSL352.46º75.76%45.29%-
HSV(B)352.46º86.21%79.61%-
XYZ25.6213.764.32-
YUV82.83109.48213.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 72.24%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=72.24%
G=9.96%
B=17.79%

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
Decimal203285000.860.750.20352.4675.7645.29
HexCB1C320564B141604c2d
Octal313346201261132454011455
Binary1100101111100110010010101101001011101001011000001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C32; }

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

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

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

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

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

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

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

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