#C00B4C

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

Shades of Cardinal #C00B4C

Tints of Cardinal #C00B4C

Color information

#C00B4C (or 0xC00B4C) is unknown color: approx Cardinal. HEX triplet: C0, 0B and 4C. RGB value is (192,11,76). Sum of RGB (Red+Green+Blue) = 192+11+76=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B4C is #3FF4B3. Grayscale: #484848. Windows color (decimal): -4191412 or 4983744. OLE color: 4983744.

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

Color convert

RGB1921176-
CMYK00.940.600.25
HSL338.45º89.16%39.8%-
HSV(B)338.45º94.27%75.29%-
XYZ23.1611.977.93-
YUV72.53129.97213.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=68.82%
G=3.94%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192117600.940.600.25338.4589.1639.8
HexC0B4C05E3C191525928
Octal300131140136743152213150
Binary110000001011100110001011110111100110011010100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00B4C; }

 p { color: rgb(192,11,76); }

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

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

 a { background-color: rgb(192,11,76); }

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

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

 span { border-color: rgb(192,11,76); }

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