#C03C3B

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

Shades of Persian Red #C03C3B

Tints of Persian Red #C03C3B

Color information

#C03C3B (or 0xC03C3B) is unknown color: approx Persian Red. HEX triplet: C0, 3C and 3B. RGB value is (192,60,59). Sum of RGB (Red+Green+Blue) = 192+60+59=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C3B is #3FC3C4. Grayscale: #636363. Windows color (decimal): -4178885 or 3882176. OLE color: 3882176.

HSL color Cylindrical-coordinate representation of color #C03C3B: hue angle of 0.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C3B is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1926059-
CMYK00.690.690.25
HSL0.45º52.99%49.22%-
HSV(B)0.45º69.27%75.29%-
XYZ24.1414.755.71-
YUV99.35105.23194.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=61.74%
G=19.29%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192605900.690.690.250.4552.9949.22
HexC03C3B045451903531
Octal300747301051053106561
Binary11000000111100111011010001011000101110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C3B; }

 p { color: rgb(192,60,59); }

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

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

 a { background-color: rgb(192,60,59); }

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

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

 span { border-color: rgb(192,60,59); }

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