#B42F2F

Color #B42F2F Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #B42F2F

Tints of Brown #B42F2F

Color information

#B42F2F (or 0xB42F2F) is unknown color: approx Brown. HEX triplet: B4, 2F and 2F. RGB value is (180,47,47). Sum of RGB (Red+Green+Blue) = 180+47+47=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F2F is #4BD0D0. Grayscale: #565656. Windows color (decimal): -4968657 or 3092404. OLE color: 3092404.

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

Color convert

RGB1804747-
CMYK00.740.740.29
HSL58.59%44.51%-
HSV(B)73.89%70.59%-
XYZ20.3511.943.92-
YUV86.77105.56194.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 47 (18.75% from 255) = 17.15%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=65.69%
G=17.15%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180474700.740.740.29058.5944.51
HexB42F2F04A4A1D03b2d
Octal264575701121123507355
Binary10110100101111101111010010101001010111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F2F; }

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

 H1.HeaderClassName
 {
   color: #B42F2F;
 }
 .AnyTagClassName
 {
   color: #B42F2F;
 }
</style>
background-color css

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

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

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

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

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

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