Html Css Color HEX #C0373A Mahogany

📋 copy color: '#C0373A'

red 192 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #C0373A

Tints of Mahogany #C0373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 62.95%
G = 18.03%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0373A (or 0xC0373A) is known color: Mahogany. HEX triplet: C0, 37 and 3A. RGB value is (192,55,58). Sum of RGB (Red+Green+Blue) = 192+55+58=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0373A is #3FC8C5. Grayscale: #606060. Windows color (decimal): -4180166 or 3815360. OLE color: 3815360.

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

Color convert

RGB 192 55 58 -
CMYK 0 0.71 0.70 0.25
HSL 358.69º 0.55% 0.48% -
HSV(B) 358.69º 0.71% 0.75% -
XYZ 23.87 14.24 5.49 -
YUV 96.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 192 55 58 0 0.71 0.70 0.25 358.69 0.55 0.48
Hex C0 37 3A 0 47 46 19 167 37 30
Octal 300 67 72 0 107 106 31 547 67 60
Binary 11000000 110111 111010 0 1000111 1000110 11001 101100111 110111 110000

Color Harmonies of #C0373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0373A

Black with #C0373A

Text Example


Text Example

White with #C0373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0373A; }

 p { color: rgb(192,55,58); }

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

background-color css

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

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

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

border-color css

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

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

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