#C02A2A

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

Shades of Persian Red #C02A2A

Tints of Persian Red #C02A2A

Color information

#C02A2A (or 0xC02A2A) is unknown color: approx Persian Red. HEX triplet: C0, 2A and 2A. RGB value is (192,42,42). Sum of RGB (Red+Green+Blue) = 192+42+42=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A2A is #3FD5D5. Grayscale: #575757. Windows color (decimal): -4183510 or 2763456. OLE color: 2763456.

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

Color convert

RGB1924242-
CMYK00.780.780.25
HSL64.1%45.88%-
HSV(B)78.12%75.29%-
XYZ22.9813.033.49-
YUV86.85102.7203-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.57%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=69.57%
G=15.22%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192424200.780.780.25064.145.88
HexC02A2A04E4E190402e
Octal3005252011611631010056
Binary110000001010101010100100111010011101100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02A2A; }

 p { color: rgb(192,42,42); }

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

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

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

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

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

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

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