Html Css Color HEX #C32D35 Mahogany

📋 copy color: '#C32D35'

red 195 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #C32D35

Tints of Mahogany #C32D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 66.55%
G = 15.36%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32D35 (or 0xC32D35) is known color: Mahogany. HEX triplet: C3, 2D and 35. RGB value is (195,45,53). Sum of RGB (Red+Green+Blue) = 195+45+53=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D35 is #3CD2CA. Grayscale: #5A5A5A. Windows color (decimal): -3986123 or 3485123. OLE color: 3485123.

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

Color convert

RGB 195 45 53 -
CMYK 0 0.77 0.73 0.24
HSL 356.8º 0.63% 0.47% -
HSV(B) 356.8º 0.77% 0.76% -
XYZ 24.09 13.74 4.75 -
YUV 90.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 195 45 53 0 0.77 0.73 0.24 356.8 0.63 0.47
Hex C3 2D 35 0 4D 49 18 165 3E 2F
Octal 303 55 65 0 115 111 30 545 76 57
Binary 11000011 101101 110101 0 1001101 1001001 11000 101100101 111110 101111

Color Harmonies of #C32D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D35

Black with #C32D35

Text Example


Text Example

White with #C32D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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