#B22F2D

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

Shades of Brown #B22F2D

Tints of Brown #B22F2D

Color information

#B22F2D (or 0xB22F2D) is unknown color: approx Brown. HEX triplet: B2, 2F and 2D. RGB value is (178,47,45). Sum of RGB (Red+Green+Blue) = 178+47+45=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F2D is #4DD0D2. Grayscale: #565656. Windows color (decimal): -5099731 or 2961330. OLE color: 2961330.

HSL color Cylindrical-coordinate representation of color #B22F2D: hue angle of 0.9º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22F2D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1784745-
CMYK00.740.750.30
HSL0.9º59.64%43.73%-
HSV(B)0.9º74.72%69.8%-
XYZ19.8511.693.69-
YUV85.94104.9193.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.93%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=65.93%
G=17.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178474500.740.750.300.959.6443.73
HexB22F2D04A4B1E13c2c
Octal262575501121133617454
Binary10110010101111101101010010101001011111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F2D; }

 p { color: rgb(178,47,45); }

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

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

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

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

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

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

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