Html Css Color HEX #B63438 Mahogany

📋 copy color: '#B63438'

red 182 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #B63438

Tints of Mahogany #B63438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 62.76%
G = 17.93%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B63438 (or 0xB63438) is known color: Mahogany. HEX triplet: B6, 34 and 38. RGB value is (182,52,56). Sum of RGB (Red+Green+Blue) = 182+52+56=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B63438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63438 is #49CBC7. Grayscale: #5B5B5B. Windows color (decimal): -4836296 or 3683510. OLE color: 3683510.

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

Color convert

RGB 182 52 56 -
CMYK 0 0.71 0.69 0.29
HSL 358.15º 0.56% 0.46% -
HSV(B) 358.15º 0.71% 0.71% -
XYZ 21.23 12.69 5.07 -
YUV 91.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 182 52 56 0 0.71 0.69 0.29 358.15 0.56 0.46
Hex B6 34 38 0 47 45 1D 166 38 2E
Octal 266 64 70 0 107 105 35 546 70 56
Binary 10110110 110100 111000 0 1000111 1000101 11101 101100110 111000 101110

Color Harmonies of #B63438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63438

Black with #B63438

Text Example


Text Example

White with #B63438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63438; }

 p { color: rgb(182,52,56); }

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

background-color css

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

 a { background-color: rgb(182,52,56); }

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

border-color css

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

 span { border-color: rgb(182,52,56); }

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