Html Css Color HEX #C93A3E Mahogany

📋 copy color: '#C93A3E'

red 201 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #C93A3E

Tints of Mahogany #C93A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 62.62%
G = 18.07%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C93A3E (or 0xC93A3E) is known color: Mahogany. HEX triplet: C9, 3A and 3E. RGB value is (201,58,62). Sum of RGB (Red+Green+Blue) = 201+58+62=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A3E is #36C5C1. Grayscale: #656565. Windows color (decimal): -3589570 or 4078281. OLE color: 4078281.

HSL color Cylindrical-coordinate representation of color #C93A3E: hue angle of 358.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A3E is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 58 62 -
CMYK 0 0.71 0.69 0.21
HSL 358.32º 0.57% 0.51% -
HSV(B) 358.32º 0.71% 0.79% -
XYZ 26.47 15.79 6.21 -
YUV 101.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 201 58 62 0 0.71 0.69 0.21 358.32 0.57 0.51
Hex C9 3A 3E 0 47 45 15 166 39 33
Octal 311 72 76 0 107 105 25 546 71 63
Binary 11001001 111010 111110 0 1000111 1000101 10101 101100110 111001 110011

Color Harmonies of #C93A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A3E

Black with #C93A3E

Text Example


Text Example

White with #C93A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A3E; }

 p { color: rgb(201,58,62); }

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

background-color css

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

 a { background-color: rgb(201,58,62); }

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

border-color css

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

 span { border-color: rgb(201,58,62); }

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