Html Css Color HEX #C03C3E Mahogany

📋 copy color: '#C03C3E'

red 192 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #C03C3E

Tints of Mahogany #C03C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 61.15%
G = 19.11%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C03C3E (or 0xC03C3E) is known color: Mahogany. HEX triplet: C0, 3C and 3E. RGB value is (192,60,62). Sum of RGB (Red+Green+Blue) = 192+60+62=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C3E is #3FC3C1. Grayscale: #636363. Windows color (decimal): -4178882 or 4078784. OLE color: 4078784.

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

Color convert

RGB 192 60 62 -
CMYK 0 0.69 0.68 0.25
HSL 359.09º 0.52% 0.49% -
HSV(B) 359.09º 0.69% 0.75% -
XYZ 24.22 14.79 6.13 -
YUV 99.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 192 60 62 0 0.69 0.68 0.25 359.09 0.52 0.49
Hex C0 3C 3E 0 45 44 19 167 34 31
Octal 300 74 76 0 105 104 31 547 64 61
Binary 11000000 111100 111110 0 1000101 1000100 11001 101100111 110100 110001

Color Harmonies of #C03C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C3E

Black with #C03C3E

Text Example


Text Example

White with #C03C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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