Html Css Color HEX #C32D33 Mahogany

📋 copy color: '#C32D33'

red 195 ◦ green 45 ◦ blue 51

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

Shades of Mahogany #C32D33

Tints of Mahogany #C32D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 67.01%
G = 15.46%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C32D33 (or 0xC32D33) is known color: Mahogany. HEX triplet: C3, 2D and 33. RGB value is (195,45,51). Sum of RGB (Red+Green+Blue) = 195+45+51=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D33 is #3CD2CC. Grayscale: #5A5A5A. Windows color (decimal): -3986125 or 3354051. OLE color: 3354051.

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

Color convert

RGB 195 45 51 -
CMYK 0 0.77 0.74 0.24
HSL 357.6º 0.63% 0.47% -
HSV(B) 357.6º 0.77% 0.76% -
XYZ 24.04 13.72 4.51 -
YUV 90.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 195 45 51 0 0.77 0.74 0.24 357.6 0.63 0.47
Hex C3 2D 33 0 4D 4A 18 166 3E 2F
Octal 303 55 63 0 115 112 30 546 76 57
Binary 11000011 101101 110011 0 1001101 1001010 11000 101100110 111110 101111

Color Harmonies of #C32D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D33

Black with #C32D33

Text Example


Text Example

White with #C32D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D33; }

 p { color: rgb(195,45,51); }

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

background-color css

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

 a { background-color: rgb(195,45,51); }

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

border-color css

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

 span { border-color: rgb(195,45,51); }

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