Html Css Color HEX #C92830 Mahogany

📋 copy color: '#C92830'

red 201 ◦ green 40 ◦ blue 48

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

Shades of Mahogany #C92830

Tints of Mahogany #C92830

RGB

 RED value IS 201 (78.91% from 255) = 69.55%

 GREEN value IS 40 (16.02% from 255) = 13.84%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 69.55%
G = 13.84%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92830 (or 0xC92830) is known color: Mahogany. HEX triplet: C9, 28 and 30. RGB value is (201,40,48). Sum of RGB (Red+Green+Blue) = 201+40+48=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C92830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92830 is #36D7CF. Grayscale: #595959. Windows color (decimal): -3594192 or 3156169. OLE color: 3156169.

HSL color Cylindrical-coordinate representation of color #C92830: hue angle of 357.02º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92830 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 48 -
CMYK 0 0.80 0.76 0.21
HSL 357.02º 0.67% 0.47% -
HSV(B) 357.02º 0.8% 0.79% -
XYZ 25.38 14.15 4.19 -
YUV 89.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 201 40 48 0 0.80 0.76 0.21 357.02 0.67 0.47
Hex C9 28 30 0 50 4C 15 165 43 2F
Octal 311 50 60 0 120 114 25 545 103 57
Binary 11001001 101000 110000 0 1010000 1001100 10101 101100101 1000011 101111

Color Harmonies of #C92830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92830

Black with #C92830

Text Example


Text Example

White with #C92830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92830; }

 p { color: rgb(201,40,48); }

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

background-color css

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

 a { background-color: rgb(201,40,48); }

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

border-color css

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

 span { border-color: rgb(201,40,48); }

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