#C01546

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

Shades of Cardinal #C01546

Tints of Cardinal #C01546

Color information

#C01546 (or 0xC01546) is unknown color: approx Cardinal. HEX triplet: C0, 15 and 46. RGB value is (192,21,70). Sum of RGB (Red+Green+Blue) = 192+21+70=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01546 is #3FEAB9. Grayscale: #4D4D4D. Windows color (decimal): -4188858 or 4593088. OLE color: 4593088.

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

Color convert

RGB1922170-
CMYK00.890.640.25
HSL342.81º80.28%41.76%-
HSV(B)342.81º89.06%75.29%-
XYZ23.1112.186.93-
YUV77.72123.65209.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.84%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=67.84%
G=7.42%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192217000.890.640.25342.8180.2841.76
HexC015460594019157502a
Octal3002510601311003152712052
Binary11000000101011000110010110011000000110011010101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01546; }

 p { color: rgb(192,21,70); }

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

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

 a { background-color: rgb(192,21,70); }

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

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

 span { border-color: rgb(192,21,70); }

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