Html Css Color HEX #C6252B Mahogany

📋 copy color: '#C6252B'

red 198 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #C6252B

Tints of Mahogany #C6252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 71.22%
G = 13.31%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6252B (or 0xC6252B) is known color: Mahogany. HEX triplet: C6, 25 and 2B. RGB value is (198,37,43). Sum of RGB (Red+Green+Blue) = 198+37+43=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6252B is #39DAD4. Grayscale: #555555. Windows color (decimal): -3791573 or 2827718. OLE color: 2827718.

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

Color convert

RGB 198 37 43 -
CMYK 0 0.81 0.78 0.22
HSL 357.76º 0.69% 0.46% -
HSV(B) 357.76º 0.81% 0.78% -
XYZ 24.39 13.5 3.61 -
YUV 85.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 198 37 43 0 0.81 0.78 0.22 357.76 0.69 0.46
Hex C6 25 2B 0 51 4E 16 166 45 2E
Octal 306 45 53 0 121 116 26 546 105 56
Binary 11000110 100101 101011 0 1010001 1001110 10110 101100110 1000101 101110

Color Harmonies of #C6252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6252B

Black with #C6252B

Text Example


Text Example

White with #C6252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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