Html Css Color HEX #C32B2D Mahogany

📋 copy color: '#C32B2D'

red 195 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #C32B2D

Tints of Mahogany #C32B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 68.9%
G = 15.19%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C32B2D (or 0xC32B2D) is known color: Mahogany. HEX triplet: C3, 2B and 2D. RGB value is (195,43,45). Sum of RGB (Red+Green+Blue) = 195+43+45=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B2D is #3CD4D2. Grayscale: #585858. Windows color (decimal): -3986643 or 2960323. OLE color: 2960323.

HSL color Cylindrical-coordinate representation of color #C32B2D: hue angle of 359.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B2D is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 43 45 -
CMYK 0 0.78 0.77 0.24
HSL 359.21º 0.64% 0.47% -
HSV(B) 359.21º 0.78% 0.76% -
XYZ 23.84 13.52 3.84 -
YUV 88.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 195 43 45 0 0.78 0.77 0.24 359.21 0.64 0.47
Hex C3 2B 2D 0 4E 4D 18 167 40 2F
Octal 303 53 55 0 116 115 30 547 100 57
Binary 11000011 101011 101101 0 1001110 1001101 11000 101100111 1000000 101111

Color Harmonies of #C32B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B2D

Black with #C32B2D

Text Example


Text Example

White with #C32B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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