Html Css Color HEX #C03A40 Mahogany

📋 copy color: '#C03A40'

red 192 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #C03A40

Tints of Mahogany #C03A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 61.15%
G = 18.47%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03A40 (or 0xC03A40) is known color: Mahogany. HEX triplet: C0, 3A and 40. RGB value is (192,58,64). Sum of RGB (Red+Green+Blue) = 192+58+64=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A40 is #3FC5BF. Grayscale: #626262. Windows color (decimal): -4179392 or 4209344. OLE color: 4209344.

HSL color Cylindrical-coordinate representation of color #C03A40: hue angle of 357.31º 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 #C03A40 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 64 -
CMYK 0 0.70 0.67 0.25
HSL 357.31º 0.54% 0.49% -
HSV(B) 357.31º 0.7% 0.75% -
XYZ 24.18 14.6 6.39 -
YUV 98.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 192 58 64 0 0.70 0.67 0.25 357.31 0.54 0.49
Hex C0 3A 40 0 46 43 19 165 36 31
Octal 300 72 100 0 106 103 31 545 66 61
Binary 11000000 111010 1000000 0 1000110 1000011 11001 101100101 110110 110001

Color Harmonies of #C03A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A40

Black with #C03A40

Text Example


Text Example

White with #C03A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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