Html Css Color HEX #B42B2F Mahogany

📋 copy color: '#B42B2F'

red 180 ◦ green 43 ◦ blue 47

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

Shades of Mahogany #B42B2F

Tints of Mahogany #B42B2F

RGB

 RED value IS 180 (70.7% from 255) = 66.67%

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 66.67%
G = 15.93%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B42B2F (or 0xB42B2F) is known color: Mahogany. HEX triplet: B4, 2B and 2F. RGB value is (180,43,47). Sum of RGB (Red+Green+Blue) = 180+43+47=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B2F is #4BD4D0. Grayscale: #545454. Windows color (decimal): -4969681 or 3091380. OLE color: 3091380.

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

Color convert

RGB 180 43 47 -
CMYK 0 0.76 0.74 0.29
HSL 358.25º 0.61% 0.44% -
HSV(B) 358.25º 0.76% 0.71% -
XYZ 20.2 11.64 3.87 -
YUV 84.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 180 43 47 0 0.76 0.74 0.29 358.25 0.61 0.44
Hex B4 2B 2F 0 4C 4A 1D 166 3D 2C
Octal 264 53 57 0 114 112 35 546 75 54
Binary 10110100 101011 101111 0 1001100 1001010 11101 101100110 111101 101100

Color Harmonies of #B42B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B2F

Black with #B42B2F

Text Example


Text Example

White with #B42B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B2F; }

 p { color: rgb(180,43,47); }

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

background-color css

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

 a { background-color: rgb(180,43,47); }

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

border-color css

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

 span { border-color: rgb(180,43,47); }

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