Html Css Color HEX #C6292D Mahogany

📋 copy color: '#C6292D'

red 198 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #C6292D

Tints of Mahogany #C6292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 69.72%
G = 14.44%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6292D (or 0xC6292D) is known color: Mahogany. HEX triplet: C6, 29 and 2D. RGB value is (198,41,45). Sum of RGB (Red+Green+Blue) = 198+41+45=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C6292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6292D is #39D6D2. Grayscale: #585858. Windows color (decimal): -3790547 or 2959814. OLE color: 2959814.

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

Color convert

RGB 198 41 45 -
CMYK 0 0.79 0.77 0.22
HSL 358.47º 0.66% 0.47% -
HSV(B) 358.47º 0.79% 0.78% -
XYZ 24.56 13.78 3.85 -
YUV 88.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 198 41 45 0 0.79 0.77 0.22 358.47 0.66 0.47
Hex C6 29 2D 0 4F 4D 16 166 42 2F
Octal 306 51 55 0 117 115 26 546 102 57
Binary 11000110 101001 101101 0 1001111 1001101 10110 101100110 1000010 101111

Color Harmonies of #C6292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6292D

Black with #C6292D

Text Example


Text Example

White with #C6292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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