#c01843

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

Shades of Cardinal #C01843

Tints of Cardinal #C01843

Color information

#C01843 (or 0xC01843) is unknown color: approx Cardinal. HEX triplet: C0, 18 and 43. RGB value is (192,24,67). Sum of RGB (Red+Green+Blue) = 192+24+67=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01843 is #3FE7BC. Grayscale: #4F4F4F. Windows color (decimal): -4188093 or 4397248. OLE color: 4397248.

HSL color Cylindrical-coordinate representation of color #C01843: hue angle of 344.64º 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 #C01843 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1922467-
CMYK00.880.650.25
HSL344.64º77.78%42.35%-
HSV(B)344.64º87.5%75.29%-
XYZ23.0812.266.46-
YUV79.13121.16208.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.84%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 67 (26.56% from 255) = 23.67%
R=67.84%
G=8.48%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192246700.880.650.25344.6477.7842.35
HexC0184305841191594e2a
Octal3003010301301013153111652
Binary11000000110001000011010110001000001110011010110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c01843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c01843; }

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

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

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

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

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

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

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

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