Html Css Color HEX #C3272D Mahogany

📋 copy color: '#C3272D'

red 195 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #C3272D

Tints of Mahogany #C3272D

RGB

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

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

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

R = 69.89%
G = 13.98%
B = 16.13%

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

#C3272D (or 0xC3272D) is known color: Mahogany. HEX triplet: C3, 27 and 2D. RGB value is (195,39,45). Sum of RGB (Red+Green+Blue) = 195+39+45=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3272D is #3CD8D2. Grayscale: #565656. Windows color (decimal): -3987667 or 2959299. OLE color: 2959299.

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

Color convert

RGB 195 39 45 -
CMYK 0 0.80 0.77 0.24
HSL 357.69º 0.67% 0.46% -
HSV(B) 357.69º 0.8% 0.76% -
XYZ 23.7 13.24 3.79 -
YUV 86.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 195 39 45 0 0.80 0.77 0.24 357.69 0.67 0.46
Hex C3 27 2D 0 50 4D 18 166 43 2E
Octal 303 47 55 0 120 115 30 546 103 56
Binary 11000011 100111 101101 0 1010000 1001101 11000 101100110 1000011 101110

Color Harmonies of #C3272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3272D

Black with #C3272D

Text Example


Text Example

White with #C3272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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