#CB1E3C

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

Shades of Cardinal #CB1E3C

Tints of Cardinal #CB1E3C

Color information

#CB1E3C (or 0xCB1E3C) is unknown color: approx Cardinal. HEX triplet: CB, 1E and 3C. RGB value is (203,30,60). Sum of RGB (Red+Green+Blue) = 203+30+60=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E3C is #34E1C3. Grayscale: #555555. Windows color (decimal): -3465668 or 3940043. OLE color: 3940043.

HSL color Cylindrical-coordinate representation of color #CB1E3C: hue angle of 349.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E3C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2033060-
CMYK00.850.700.20
HSL349.6º74.25%45.69%-
HSV(B)349.6º85.22%79.61%-
XYZ25.9113.955.6-
YUV85.15113.81212.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.28%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=69.28%
G=10.24%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203306000.850.700.20349.674.2545.69
HexCB1E3C055461415e4a2e
Octal313367401251062453611256
Binary1100101111110111100010101011000110101001010111101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E3C; }

 p { color: rgb(203,30,60); }

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

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

 a { background-color: rgb(203,30,60); }

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

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

 span { border-color: rgb(203,30,60); }

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