#B42F2B

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

Shades of Brown #B42F2B

Tints of Brown #B42F2B

Color information

#B42F2B (or 0xB42F2B) is unknown color: approx Brown. HEX triplet: B4, 2F and 2B. RGB value is (180,47,43). Sum of RGB (Red+Green+Blue) = 180+47+43=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F2B is #4BD0D4. Grayscale: #565656. Windows color (decimal): -4968661 or 2830260. OLE color: 2830260.

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

Color convert

RGB1804743-
CMYK00.740.760.29
HSL1.75º61.43%43.73%-
HSV(B)1.75º76.11%70.59%-
XYZ20.2711.913.52-
YUV86.31103.56194.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=66.67%
G=17.41%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180474300.740.760.291.7561.4343.73
HexB42F2B04A4C1D23d2c
Octal264575301121143527554
Binary101101001011111010110100101010011001110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F2B; }

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

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

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

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

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

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

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

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