Html Css Color HEX #B63035 Mahogany

📋 copy color: '#B63035'

red 182 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #B63035

Tints of Mahogany #B63035

RGB

 RED value IS 182 (71.48% from 255) = 64.31%

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 64.31%
G = 16.96%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B63035 (or 0xB63035) is known color: Mahogany. HEX triplet: B6, 30 and 35. RGB value is (182,48,53). Sum of RGB (Red+Green+Blue) = 182+48+53=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63035 is #49CFCA. Grayscale: #585858. Windows color (decimal): -4837323 or 3485878. OLE color: 3485878.

HSL color Cylindrical-coordinate representation of color #B63035: hue angle of 357.76º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63035 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 48 53 -
CMYK 0 0.74 0.71 0.29
HSL 357.76º 0.58% 0.45% -
HSV(B) 357.76º 0.74% 0.71% -
XYZ 20.99 12.32 4.64 -
YUV 88.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 182 48 53 0 0.74 0.71 0.29 357.76 0.58 0.45
Hex B6 30 35 0 4A 47 1D 166 3A 2D
Octal 266 60 65 0 112 107 35 546 72 55
Binary 10110110 110000 110101 0 1001010 1000111 11101 101100110 111010 101101

Color Harmonies of #B63035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63035

Black with #B63035

Text Example


Text Example

White with #B63035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63035; }

 p { color: rgb(182,48,53); }

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

background-color css

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

 a { background-color: rgb(182,48,53); }

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

border-color css

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

 span { border-color: rgb(182,48,53); }

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