#B4302A

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

Shades of Brown #B4302A

Tints of Brown #B4302A

Color information

#B4302A (or 0xB4302A) is unknown color: approx Brown. HEX triplet: B4, 30 and 2A. RGB value is (180,48,42). Sum of RGB (Red+Green+Blue) = 180+48+42=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B4302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4302A is #4BCFD5. Grayscale: #565656. Windows color (decimal): -4968406 or 2764980. OLE color: 2764980.

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

Color convert

RGB1804842-
CMYK00.730.770.29
HSL2.61º62.16%43.53%-
HSV(B)2.61º76.67%70.59%-
XYZ20.311.983.43-
YUV86.78102.73194.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=66.67%
G=17.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180484200.730.770.292.6162.1643.53
HexB4302A0494D1D33e2c
Octal264605201111153537654
Binary101101001100001010100100100110011011110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4302A; }

 p { color: rgb(180,48,42); }

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

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

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

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

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

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

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