#b02a2a

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

Shades of Brown #B02A2A

Tints of Brown #B02A2A

Color information

#B02A2A (or 0xB02A2A) is unknown color: approx Brown. HEX triplet: B0, 2A and 2A. RGB value is (176,42,42). Sum of RGB (Red+Green+Blue) = 176+42+42=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A2A is #4FD5D5. Grayscale: #525252. Windows color (decimal): -5232086 or 2763440. OLE color: 2763440.

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

Color convert

RGB1764242-
CMYK00.760.760.31
HSL61.47%42.75%-
HSV(B)76.14%69.02%-
XYZ19.1511.053.31-
YUV82.07105.39195-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=67.69%
G=16.15%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176424200.760.760.31061.4742.75
HexB02A2A04C4C1F03d2b
Octal260525201141143707553
Binary10110000101010101010010011001001100111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02a2a; }

 p { color: rgb(176,42,42); }

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

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

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

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

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

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

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