#C01C2B

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

Shades of Cardinal #C01C2B

Tints of Cardinal #C01C2B

Color information

#C01C2B (or 0xC01C2B) is unknown color: approx Cardinal. HEX triplet: C0, 1C and 2B. RGB value is (192,28,43). Sum of RGB (Red+Green+Blue) = 192+28+43=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C2B is #3FE3D4. Grayscale: #4E4E4E. Windows color (decimal): -4187093 or 2825408. OLE color: 2825408.

HSL color Cylindrical-coordinate representation of color #C01C2B: hue angle of 354.51º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C2B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1922843-
CMYK00.850.780.25
HSL354.51º74.55%43.14%-
HSV(B)354.51º85.42%75.29%-
XYZ22.5912.213.45-
YUV78.75107.83208.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.00%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=73.00%
G=10.65%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192284300.850.780.25354.5174.5543.14
HexC01C2B0554E191634b2b
Octal300345301251163154311353
Binary1100000011100101011010101011001110110011011000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C2B; }

 p { color: rgb(192,28,43); }

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

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

 a { background-color: rgb(192,28,43); }

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

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

 span { border-color: rgb(192,28,43); }

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