Html Css Color HEX #C32E32 Mahogany

📋 copy color: '#C32E32'

red 195 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #C32E32

Tints of Mahogany #C32E32

RGB

 RED value IS 195 (76.56% from 255) = 67.01%

 GREEN value IS 46 (18.36% from 255) = 15.81%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 67.01%
G = 15.81%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C32E32 (or 0xC32E32) is known color: Mahogany. HEX triplet: C3, 2E and 32. RGB value is (195,46,50). Sum of RGB (Red+Green+Blue) = 195+46+50=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E32 is #3CD1CD. Grayscale: #5B5B5B. Windows color (decimal): -3985870 or 3288771. OLE color: 3288771.

HSL color Cylindrical-coordinate representation of color #C32E32: hue angle of 358.39º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E32 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 50 -
CMYK 0 0.76 0.74 0.24
HSL 358.39º 0.62% 0.47% -
HSV(B) 358.39º 0.76% 0.76% -
XYZ 24.06 13.79 4.41 -
YUV 91.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 195 46 50 0 0.76 0.74 0.24 358.39 0.62 0.47
Hex C3 2E 32 0 4C 4A 18 166 3E 2F
Octal 303 56 62 0 114 112 30 546 76 57
Binary 11000011 101110 110010 0 1001100 1001010 11000 101100110 111110 101111

Color Harmonies of #C32E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E32

Black with #C32E32

Text Example


Text Example

White with #C32E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E32; }

 p { color: rgb(195,46,50); }

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

background-color css

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

 a { background-color: rgb(195,46,50); }

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

border-color css

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

 span { border-color: rgb(195,46,50); }

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