#C0342B

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

Shades of Persian Red #C0342B

Tints of Persian Red #C0342B

Color information

#C0342B (or 0xC0342B) is unknown color: approx Persian Red. HEX triplet: C0, 34 and 2B. RGB value is (192,52,43). Sum of RGB (Red+Green+Blue) = 192+52+43=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0342B is #3FCBD4. Grayscale: #5D5D5D. Windows color (decimal): -4180949 or 2831552. OLE color: 2831552.

HSL color Cylindrical-coordinate representation of color #C0342B: hue angle of 3.62º degrees, saturation: 0.63, 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 #C0342B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1925243-
CMYK00.730.780.25
HSL3.62º63.4%46.08%-
HSV(B)3.62º77.6%75.29%-
XYZ23.413.843.72-
YUV92.8399.88198.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.90%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 43 (17.19% from 255) = 14.98%
R=66.90%
G=18.12%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192524300.730.780.253.6263.446.08
HexC0342B0494E1943f2e
Octal300645301111163147756
Binary1100000011010010101101001001100111011001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0342B; }

 p { color: rgb(192,52,43); }

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

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

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

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

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

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

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