Html Css Color HEX #C03237 Mahogany

📋 copy color: '#C03237'

red 192 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #C03237

Tints of Mahogany #C03237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 64.65%
G = 16.84%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03237 (or 0xC03237) is known color: Mahogany. HEX triplet: C0, 32 and 37. RGB value is (192,50,55). Sum of RGB (Red+Green+Blue) = 192+50+55=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03237 is #3FCDC8. Grayscale: #5D5D5D. Windows color (decimal): -4181449 or 3617472. OLE color: 3617472.

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

Color convert

RGB 192 50 55 -
CMYK 0 0.74 0.71 0.25
HSL 357.89º 0.59% 0.47% -
HSV(B) 357.89º 0.74% 0.75% -
XYZ 23.57 13.76 5.03 -
YUV 93.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 192 50 55 0 0.74 0.71 0.25 357.89 0.59 0.47
Hex C0 32 37 0 4A 47 19 166 3B 2F
Octal 300 62 67 0 112 107 31 546 73 57
Binary 11000000 110010 110111 0 1001010 1000111 11001 101100110 111011 101111

Color Harmonies of #C03237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03237

Black with #C03237

Text Example


Text Example

White with #C03237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03237; }

 p { color: rgb(192,50,55); }

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

background-color css

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

 a { background-color: rgb(192,50,55); }

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

border-color css

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

 span { border-color: rgb(192,50,55); }

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