#C0392B

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

Shades of Persian Red #C0392B

Tints of Persian Red #C0392B

Color information

#C0392B (or 0xC0392B) is unknown color: approx Persian Red. HEX triplet: C0, 39 and 2B. RGB value is (192,57,43). Sum of RGB (Red+Green+Blue) = 192+57+43=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0392B is #3FC6D4. Grayscale: #5F5F5F. Windows color (decimal): -4179669 or 2832832. OLE color: 2832832.

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

Color convert

RGB1925743-
CMYK00.700.780.25
HSL5.64º63.4%46.08%-
HSV(B)5.64º77.6%75.29%-
XYZ23.6414.313.8-
YUV95.7798.23196.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.75%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=65.75%
G=19.52%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192574300.700.780.255.6463.446.08
HexC0392B0464E1963f2e
Octal300715301061163167756
Binary1100000011100110101101000110100111011001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0392B; }

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

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

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

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

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

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

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

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