Html Css Color HEX #C0392B Persian Red

📋 copy color: '#C0392B'

red 192 ◦ green 57 ◦ blue 43

#C0392B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C0392B

Tints of Persian Red #C0392B

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 value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0392B (or 0xC0392B) is known color: 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

RGB 192 57 43 -
CMYK 0 0.70 0.78 0.25
HSL 5.64º 0.63% 0.46% -
HSV(B) 5.64º 0.78% 0.75% -
XYZ 23.64 14.31 3.8 -
YUV 95.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 192 57 43 0 0.70 0.78 0.25 5.64 0.63 0.46
Hex C0 39 2B 0 46 4E 19 6 3F 2E
Octal 300 71 53 0 106 116 31 6 77 56
Binary 11000000 111001 101011 0 1000110 1001110 11001 110 111111 101110

Color Harmonies of #C0392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0392B

Black with #C0392B

Text Example


Text Example

White with #C0392B

Text Example


Text Example

HTML Codes & Css Web 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>