Html Css Color HEX #C6272B Mahogany

📋 copy color: '#C6272B'

red 198 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #C6272B

Tints of Mahogany #C6272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 70.71%
G = 13.93%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6272B (or 0xC6272B) is known color: Mahogany. HEX triplet: C6, 27 and 2B. RGB value is (198,39,43). Sum of RGB (Red+Green+Blue) = 198+39+43=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6272B is #39D8D4. Grayscale: #575757. Windows color (decimal): -3791061 or 2828230. OLE color: 2828230.

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

Color convert

RGB 198 39 43 -
CMYK 0 0.80 0.78 0.22
HSL 358.49º 0.67% 0.46% -
HSV(B) 358.49º 0.8% 0.78% -
XYZ 24.45 13.63 3.63 -
YUV 87 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 198 39 43 0 0.80 0.78 0.22 358.49 0.67 0.46
Hex C6 27 2B 0 50 4E 16 166 43 2E
Octal 306 47 53 0 120 116 26 546 103 56
Binary 11000110 100111 101011 0 1010000 1001110 10110 101100110 1000011 101110

Color Harmonies of #C6272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6272B

Black with #C6272B

Text Example


Text Example

White with #C6272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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