Html Css Color HEX #C03039 Mahogany

📋 copy color: '#C03039'

red 192 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #C03039

Tints of Mahogany #C03039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 64.65%
G = 16.16%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C03039 (or 0xC03039) is known color: Mahogany. HEX triplet: C0, 30 and 39. RGB value is (192,48,57). Sum of RGB (Red+Green+Blue) = 192+48+57=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03039 is #3FCFC6. Grayscale: #5C5C5C. Windows color (decimal): -4181959 or 3748032. OLE color: 3748032.

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

Color convert

RGB 192 48 57 -
CMYK 0 0.75 0.70 0.25
HSL 356.25º 0.6% 0.47% -
HSV(B) 356.25º 0.75% 0.75% -
XYZ 23.53 13.62 5.26 -
YUV 92.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 192 48 57 0 0.75 0.70 0.25 356.25 0.6 0.47
Hex C0 30 39 0 4B 46 19 164 3C 2F
Octal 300 60 71 0 113 106 31 544 74 57
Binary 11000000 110000 111001 0 1001011 1000110 11001 101100100 111100 101111

Color Harmonies of #C03039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03039

Black with #C03039

Text Example


Text Example

White with #C03039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03039; }

 p { color: rgb(192,48,57); }

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

background-color css

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

 a { background-color: rgb(192,48,57); }

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

border-color css

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

 span { border-color: rgb(192,48,57); }

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