#C00D3B

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

Shades of Cardinal #C00D3B

Tints of Cardinal #C00D3B

Color information

#C00D3B (or 0xC00D3B) is unknown color: approx Cardinal. HEX triplet: C0, 0D and 3B. RGB value is (192,13,59). Sum of RGB (Red+Green+Blue) = 192+13+59=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D3B is #3FF2C4. Grayscale: #474747. Windows color (decimal): -4190917 or 3870144. OLE color: 3870144.

HSL color Cylindrical-coordinate representation of color #C00D3B: hue angle of 344.58º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D3B is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1921359-
CMYK00.930.690.25
HSL344.58º87.32%40.2%-
HSV(B)344.58º93.23%75.29%-
XYZ22.6711.815.22-
YUV71.76120.8213.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.73%
GREEN value IS 13 (5.47% from 255) = 4.92%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=72.73%
G=4.92%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192135900.930.690.25344.5887.3240.2
HexC0D3B05D45191595728
Octal300157301351053153112750
Binary110000001101111011010111011000101110011010110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D3B; }

 p { color: rgb(192,13,59); }

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

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

 a { background-color: rgb(192,13,59); }

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

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

 span { border-color: rgb(192,13,59); }

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