Html Css Color HEX #C32730 Mahogany

📋 copy color: '#C32730'

red 195 ◦ green 39 ◦ blue 48

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

Shades of Mahogany #C32730

Tints of Mahogany #C32730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 69.15%
G = 13.83%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32730 (or 0xC32730) is known color: Mahogany. HEX triplet: C3, 27 and 30. RGB value is (195,39,48). Sum of RGB (Red+Green+Blue) = 195+39+48=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32730 is #3CD8CF. Grayscale: #565656. Windows color (decimal): -3987664 or 3155907. OLE color: 3155907.

HSL color Cylindrical-coordinate representation of color #C32730: hue angle of 356.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32730 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 48 -
CMYK 0 0.80 0.75 0.24
HSL 356.54º 0.67% 0.46% -
HSV(B) 356.54º 0.8% 0.76% -
XYZ 23.76 13.27 4.1 -
YUV 86.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 195 39 48 0 0.80 0.75 0.24 356.54 0.67 0.46
Hex C3 27 30 0 50 4B 18 165 43 2E
Octal 303 47 60 0 120 113 30 545 103 56
Binary 11000011 100111 110000 0 1010000 1001011 11000 101100101 1000011 101110

Color Harmonies of #C32730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32730

Black with #C32730

Text Example


Text Example

White with #C32730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32730; }

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

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

background-color css

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

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

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

border-color css

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

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

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