Html Css Color HEX #C32D2F Mahogany

📋 copy color: '#C32D2F'

red 195 ◦ green 45 ◦ blue 47

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

Shades of Mahogany #C32D2F

Tints of Mahogany #C32D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 67.94%
G = 15.68%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C32D2F (or 0xC32D2F) is known color: Mahogany. HEX triplet: C3, 2D and 2F. RGB value is (195,45,47). Sum of RGB (Red+Green+Blue) = 195+45+47=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D2F is #3CD2D0. Grayscale: #5A5A5A. Windows color (decimal): -3986129 or 3091907. OLE color: 3091907.

HSL color Cylindrical-coordinate representation of color #C32D2F: hue angle of 359.2º 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 #C32D2F is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 47 -
CMYK 0 0.77 0.76 0.24
HSL 359.2º 0.63% 0.47% -
HSV(B) 359.2º 0.77% 0.76% -
XYZ 23.96 13.68 4.07 -
YUV 90.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 195 45 47 0 0.77 0.76 0.24 359.2 0.63 0.47
Hex C3 2D 2F 0 4D 4C 18 167 3E 2F
Octal 303 55 57 0 115 114 30 547 76 57
Binary 11000011 101101 101111 0 1001101 1001100 11000 101100111 111110 101111

Color Harmonies of #C32D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D2F

Black with #C32D2F

Text Example


Text Example

White with #C32D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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