#c03b2c

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

Shades of Persian Red #C03B2C

Tints of Persian Red #C03B2C

Color information

#C03B2C (or 0xC03B2C) is unknown color: approx Persian Red. HEX triplet: C0, 3B and 2C. RGB value is (192,59,44). Sum of RGB (Red+Green+Blue) = 192+59+44=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B2C is #3FC4D3. Grayscale: #616161. Windows color (decimal): -4179156 or 2898880. OLE color: 2898880.

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

Color convert

RGB1925944-
CMYK00.690.770.25
HSL6.08º62.71%46.27%-
HSV(B)6.08º77.08%75.29%-
XYZ23.7614.523.93-
YUV97.0698.06195.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=65.08%
G=20%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192594400.690.770.256.0862.7146.27
HexC03B2C0454D1963f2e
Octal300735401051153167756
Binary1100000011101110110001000101100110111001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03b2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03b2c; }

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

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

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

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

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

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

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

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