#C01345

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

Shades of Cardinal #C01345

Tints of Cardinal #C01345

Color information

#C01345 (or 0xC01345) is unknown color: approx Cardinal. HEX triplet: C0, 13 and 45. RGB value is (192,19,69). Sum of RGB (Red+Green+Blue) = 192+19+69=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C01345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01345 is #3FECBA. Grayscale: #4C4C4C. Windows color (decimal): -4189371 or 4527040. OLE color: 4527040.

HSL color Cylindrical-coordinate representation of color #C01345: hue angle of 342.66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01345 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1921969-
CMYK00.900.640.25
HSL342.66º81.99%41.37%-
HSV(B)342.66º90.1%75.29%-
XYZ23.0512.16.75-
YUV76.43123.81210.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.57%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=68.57%
G=6.79%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192196900.900.640.25342.6681.9941.37
HexC0134505A40191575229
Octal3002310501321003152712251
Binary11000000100111000101010110101000000110011010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01345; }

 p { color: rgb(192,19,69); }

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

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

 a { background-color: rgb(192,19,69); }

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

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

 span { border-color: rgb(192,19,69); }

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