Html Css Color HEX #C6272A Mahogany

📋 copy color: '#C6272A'

red 198 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #C6272A

Tints of Mahogany #C6272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 70.97%
G = 13.98%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6272A (or 0xC6272A) is known color: Mahogany. HEX triplet: C6, 27 and 2A. RGB value is (198,39,42). Sum of RGB (Red+Green+Blue) = 198+39+42=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6272A is #39D8D5. Grayscale: #575757. Windows color (decimal): -3791062 or 2762694. OLE color: 2762694.

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

Color convert

RGB 198 39 42 -
CMYK 0 0.80 0.79 0.22
HSL 358.87º 0.67% 0.46% -
HSV(B) 358.87º 0.8% 0.78% -
XYZ 24.43 13.62 3.53 -
YUV 86.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 198 39 42 0 0.80 0.79 0.22 358.87 0.67 0.46
Hex C6 27 2A 0 50 4F 16 167 43 2E
Octal 306 47 52 0 120 117 26 547 103 56
Binary 11000110 100111 101010 0 1010000 1001111 10110 101100111 1000011 101110

Color Harmonies of #C6272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6272A

Black with #C6272A

Text Example


Text Example

White with #C6272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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