Html Css Color HEX #C03A3E Mahogany

📋 copy color: '#C03A3E'

red 192 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #C03A3E

Tints of Mahogany #C03A3E

RGB

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

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

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

R = 61.54%
G = 18.59%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C03A3E (or 0xC03A3E) is known color: Mahogany. HEX triplet: C0, 3A and 3E. RGB value is (192,58,62). Sum of RGB (Red+Green+Blue) = 192+58+62=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A3E is #3FC5C1. Grayscale: #626262. Windows color (decimal): -4179394 or 4078272. OLE color: 4078272.

HSL color Cylindrical-coordinate representation of color #C03A3E: hue angle of 358.21º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 62 -
CMYK 0 0.70 0.68 0.25
HSL 358.21º 0.54% 0.49% -
HSV(B) 358.21º 0.7% 0.75% -
XYZ 24.12 14.58 6.1 -
YUV 98.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 192 58 62 0 0.70 0.68 0.25 358.21 0.54 0.49
Hex C0 3A 3E 0 46 44 19 166 36 31
Octal 300 72 76 0 106 104 31 546 66 61
Binary 11000000 111010 111110 0 1000110 1000100 11001 101100110 110110 110001

Color Harmonies of #C03A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A3E

Black with #C03A3E

Text Example


Text Example

White with #C03A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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