Html Css Color HEX #B62A2E Mahogany

📋 copy color: '#B62A2E'

red 182 ◦ green 42 ◦ blue 46

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

Shades of Mahogany #B62A2E

Tints of Mahogany #B62A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 67.41%
G = 15.56%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B62A2E (or 0xB62A2E) is known color: Mahogany. HEX triplet: B6, 2A and 2E. RGB value is (182,42,46). Sum of RGB (Red+Green+Blue) = 182+42+46=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A2E is #49D5D1. Grayscale: #545454. Windows color (decimal): -4838866 or 3025590. OLE color: 3025590.

HSL color Cylindrical-coordinate representation of color #B62A2E: hue angle of 358.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A2E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 42 46 -
CMYK 0 0.77 0.75 0.29
HSL 358.29º 0.63% 0.44% -
HSV(B) 358.29º 0.77% 0.71% -
XYZ 20.61 11.8 3.78 -
YUV 84.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 182 42 46 0 0.77 0.75 0.29 358.29 0.63 0.44
Hex B6 2A 2E 0 4D 4B 1D 166 3E 2C
Octal 266 52 56 0 115 113 35 546 76 54
Binary 10110110 101010 101110 0 1001101 1001011 11101 101100110 111110 101100

Color Harmonies of #B62A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62A2E

Black with #B62A2E

Text Example


Text Example

White with #B62A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62A2E; }

 p { color: rgb(182,42,46); }

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

background-color css

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

 a { background-color: rgb(182,42,46); }

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

border-color css

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

 span { border-color: rgb(182,42,46); }

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