Html Css Color HEX #C32D30 Mahogany

📋 copy color: '#C32D30'

red 195 ◦ green 45 ◦ blue 48

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

Shades of Mahogany #C32D30

Tints of Mahogany #C32D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 67.71%
G = 15.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32D30 (or 0xC32D30) is known color: Mahogany. HEX triplet: C3, 2D and 30. RGB value is (195,45,48). Sum of RGB (Red+Green+Blue) = 195+45+48=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D30 is #3CD2CF. Grayscale: #5A5A5A. Windows color (decimal): -3986128 or 3157443. OLE color: 3157443.

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

Color convert

RGB 195 45 48 -
CMYK 0 0.77 0.75 0.24
HSL 358.8º 0.63% 0.47% -
HSV(B) 358.8º 0.77% 0.76% -
XYZ 23.98 13.69 4.18 -
YUV 90.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 195 45 48 0 0.77 0.75 0.24 358.8 0.63 0.47
Hex C3 2D 30 0 4D 4B 18 167 3E 2F
Octal 303 55 60 0 115 113 30 547 76 57
Binary 11000011 101101 110000 0 1001101 1001011 11000 101100111 111110 101111

Color Harmonies of #C32D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D30

Black with #C32D30

Text Example


Text Example

White with #C32D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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