Html Css Color HEX #C6272D Mahogany

📋 copy color: '#C6272D'

red 198 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #C6272D

Tints of Mahogany #C6272D

RGB

 RED value IS 198 (77.73% from 255) = 70.21%

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

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

R = 70.21%
G = 13.83%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6272D (or 0xC6272D) is known color: Mahogany. HEX triplet: C6, 27 and 2D. RGB value is (198,39,45). Sum of RGB (Red+Green+Blue) = 198+39+45=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6272D is #39D8D2. Grayscale: #575757. Windows color (decimal): -3791059 or 2959302. OLE color: 2959302.

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

Color convert

RGB 198 39 45 -
CMYK 0 0.80 0.77 0.22
HSL 357.74º 0.67% 0.46% -
HSV(B) 357.74º 0.8% 0.78% -
XYZ 24.49 13.65 3.83 -
YUV 87.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 198 39 45 0 0.80 0.77 0.22 357.74 0.67 0.46
Hex C6 27 2D 0 50 4D 16 166 43 2E
Octal 306 47 55 0 120 115 26 546 103 56
Binary 11000110 100111 101101 0 1010000 1001101 10110 101100110 1000011 101110

Color Harmonies of #C6272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6272D

Black with #C6272D

Text Example


Text Example

White with #C6272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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