Html Css Color HEX #B62A2B Mahogany

📋 copy color: '#B62A2B'

red 182 ◦ green 42 ◦ blue 43

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

Shades of Mahogany #B62A2B

Tints of Mahogany #B62A2B

RGB

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

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

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

R = 68.16%
G = 15.73%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B62A2B (or 0xB62A2B) is known color: Mahogany. HEX triplet: B6, 2A and 2B. RGB value is (182,42,43). Sum of RGB (Red+Green+Blue) = 182+42+43=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A2B is #49D5D4. Grayscale: #545454. Windows color (decimal): -4838869 or 2828982. OLE color: 2828982.

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

Color convert

RGB 182 42 43 -
CMYK 0 0.77 0.76 0.29
HSL 359.57º 0.63% 0.44% -
HSV(B) 359.57º 0.77% 0.71% -
XYZ 20.56 11.78 3.47 -
YUV 83.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 182 42 43 0 0.77 0.76 0.29 359.57 0.63 0.44
Hex B6 2A 2B 0 4D 4C 1D 168 3E 2C
Octal 266 52 53 0 115 114 35 550 76 54
Binary 10110110 101010 101011 0 1001101 1001100 11101 101101000 111110 101100

Color Harmonies of #B62A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62A2B

Black with #B62A2B

Text Example


Text Example

White with #B62A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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