#C01846

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

Shades of Cardinal #C01846

Tints of Cardinal #C01846

Color information

#C01846 (or 0xC01846) is unknown color: approx Cardinal. HEX triplet: C0, 18 and 46. RGB value is (192,24,70). Sum of RGB (Red+Green+Blue) = 192+24+70=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C01846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01846 is #3FE7B9. Grayscale: #4F4F4F. Windows color (decimal): -4188090 or 4593856. OLE color: 4593856.

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

Color convert

RGB1922470-
CMYK00.880.640.25
HSL343.57º77.78%42.35%-
HSV(B)343.57º87.5%75.29%-
XYZ23.1712.36.95-
YUV79.48122.66208.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.13%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=67.13%
G=8.39%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192247000.880.640.25343.5777.7842.35
HexC0184605840191584e2a
Octal3003010601301003153011652
Binary11000000110001000110010110001000000110011010110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01846; }

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

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

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

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

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

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

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

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