Html Css Color HEX #C3272C Mahogany

📋 copy color: '#C3272C'

red 195 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #C3272C

Tints of Mahogany #C3272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 70.14%
G = 14.03%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3272C (or 0xC3272C) is known color: Mahogany. HEX triplet: C3, 27 and 2C. RGB value is (195,39,44). Sum of RGB (Red+Green+Blue) = 195+39+44=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3272C is #3CD8D3. Grayscale: #565656. Windows color (decimal): -3987668 or 2893763. OLE color: 2893763.

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

Color convert

RGB 195 39 44 -
CMYK 0 0.80 0.77 0.24
HSL 358.08º 0.67% 0.46% -
HSV(B) 358.08º 0.8% 0.76% -
XYZ 23.69 13.23 3.69 -
YUV 86.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 195 39 44 0 0.80 0.77 0.24 358.08 0.67 0.46
Hex C3 27 2C 0 50 4D 18 166 43 2E
Octal 303 47 54 0 120 115 30 546 103 56
Binary 11000011 100111 101100 0 1010000 1001101 11000 101100110 1000011 101110

Color Harmonies of #C3272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3272C

Black with #C3272C

Text Example


Text Example

White with #C3272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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