Html Css Color HEX #C6282B Mahogany

📋 copy color: '#C6282B'

red 198 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #C6282B

Tints of Mahogany #C6282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 70.46%
G = 14.23%
B = 15.3%

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

#C6282B (or 0xC6282B) is known color: Mahogany. HEX triplet: C6, 28 and 2B. RGB value is (198,40,43). Sum of RGB (Red+Green+Blue) = 198+40+43=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6282B is #39D7D4. Grayscale: #575757. Windows color (decimal): -3790805 or 2828486. OLE color: 2828486.

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

Color convert

RGB 198 40 43 -
CMYK 0 0.80 0.78 0.22
HSL 358.86º 0.66% 0.47% -
HSV(B) 358.86º 0.8% 0.78% -
XYZ 24.48 13.7 3.64 -
YUV 87.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 198 40 43 0 0.80 0.78 0.22 358.86 0.66 0.47
Hex C6 28 2B 0 50 4E 16 167 42 2F
Octal 306 50 53 0 120 116 26 547 102 57
Binary 11000110 101000 101011 0 1010000 1001110 10110 101100111 1000010 101111

Color Harmonies of #C6282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6282B

Black with #C6282B

Text Example


Text Example

White with #C6282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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