Html Css Color HEX #C0362B Persian Red

📋 copy color: '#C0362B'

red 192 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #C0362B

Tints of Persian Red #C0362B

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 66.44%
G = 18.69%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0362B (or 0xC0362B) is known color: Persian Red. HEX triplet: C0, 36 and 2B. RGB value is (192,54,43). Sum of RGB (Red+Green+Blue) = 192+54+43=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0362B is #3FC9D4. Grayscale: #5E5E5E. Windows color (decimal): -4180437 or 2832064. OLE color: 2832064.

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

Color convert

RGB 192 54 43 -
CMYK 0 0.72 0.78 0.25
HSL 4.43º 0.63% 0.46% -
HSV(B) 4.43º 0.78% 0.75% -
XYZ 23.49 14.02 3.75 -
YUV 94.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 192 54 43 0 0.72 0.78 0.25 4.43 0.63 0.46
Hex C0 36 2B 0 48 4E 19 4 3F 2E
Octal 300 66 53 0 110 116 31 4 77 56
Binary 11000000 110110 101011 0 1001000 1001110 11001 100 111111 101110

Color Harmonies of #C0362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0362B

Black with #C0362B

Text Example


Text Example

White with #C0362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0362B; }

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

 H1.HeaderClassName
 {
   color: #C0362B;
 }
 .AnyTagClassName
 {
   color: #C0362B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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