Html Css Color HEX #B63033 Mahogany

📋 copy color: '#B63033'

red 182 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #B63033

Tints of Mahogany #B63033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.15%

R = 64.77%
G = 17.08%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B63033 (or 0xB63033) is known color: Mahogany. HEX triplet: B6, 30 and 33. RGB value is (182,48,51). Sum of RGB (Red+Green+Blue) = 182+48+51=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B63033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63033 is #49CFCC. Grayscale: #585858. Windows color (decimal): -4837325 or 3354806. OLE color: 3354806.

HSL color Cylindrical-coordinate representation of color #B63033: hue angle of 358.66º 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 #B63033 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 48 51 -
CMYK 0 0.74 0.72 0.29
HSL 358.66º 0.58% 0.45% -
HSV(B) 358.66º 0.74% 0.71% -
XYZ 20.95 12.3 4.4 -
YUV 88.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 182 48 51 0 0.74 0.72 0.29 358.66 0.58 0.45
Hex B6 30 33 0 4A 48 1D 167 3A 2D
Octal 266 60 63 0 112 110 35 547 72 55
Binary 10110110 110000 110011 0 1001010 1001000 11101 101100111 111010 101101

Color Harmonies of #B63033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63033

Black with #B63033

Text Example


Text Example

White with #B63033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63033; }

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

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

background-color css

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

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

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

border-color css

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

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

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