Html Css Color HEX #C32C2F Mahogany

📋 copy color: '#C32C2F'

red 195 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #C32C2F

Tints of Mahogany #C32C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 68.18%
G = 15.38%
B = 16.43%

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

#C32C2F (or 0xC32C2F) is known color: Mahogany. HEX triplet: C3, 2C and 2F. RGB value is (195,44,47). Sum of RGB (Red+Green+Blue) = 195+44+47=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C2F is #3CD3D0. Grayscale: #595959. Windows color (decimal): -3986385 or 3091651. OLE color: 3091651.

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

Color convert

RGB 195 44 47 -
CMYK 0 0.77 0.76 0.24
HSL 358.81º 0.63% 0.47% -
HSV(B) 358.81º 0.77% 0.76% -
XYZ 23.92 13.61 4.06 -
YUV 89.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 195 44 47 0 0.77 0.76 0.24 358.81 0.63 0.47
Hex C3 2C 2F 0 4D 4C 18 167 3F 2F
Octal 303 54 57 0 115 114 30 547 77 57
Binary 11000011 101100 101111 0 1001101 1001100 11000 101100111 111111 101111

Color Harmonies of #C32C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C2F

Black with #C32C2F

Text Example


Text Example

White with #C32C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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