Html Css Color HEX #C32C36 Mahogany

📋 copy color: '#C32C36'

red 195 ◦ green 44 ◦ blue 54

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

Shades of Mahogany #C32C36

Tints of Mahogany #C32C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 66.55%
G = 15.02%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C32C36 (or 0xC32C36) is known color: Mahogany. HEX triplet: C3, 2C and 36. RGB value is (195,44,54). Sum of RGB (Red+Green+Blue) = 195+44+54=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C36 is #3CD3C9. Grayscale: #5A5A5A. Windows color (decimal): -3986378 or 3550403. OLE color: 3550403.

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

Color convert

RGB 195 44 54 -
CMYK 0 0.77 0.72 0.24
HSL 356.03º 0.63% 0.47% -
HSV(B) 356.03º 0.77% 0.76% -
XYZ 24.07 13.67 4.86 -
YUV 90.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 195 44 54 0 0.77 0.72 0.24 356.03 0.63 0.47
Hex C3 2C 36 0 4D 48 18 164 3F 2F
Octal 303 54 66 0 115 110 30 544 77 57
Binary 11000011 101100 110110 0 1001101 1001000 11000 101100100 111111 101111

Color Harmonies of #C32C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C36

Black with #C32C36

Text Example


Text Example

White with #C32C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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