#B7220A

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

Shades of Fire Brick #B7220A

Tints of Fire Brick #B7220A

Color information

#B7220A (or 0xB7220A) is unknown color: approx Fire Brick. HEX triplet: B7, 22 and 0A. RGB value is (183,34,10). Sum of RGB (Red+Green+Blue) = 183+34+10=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7220A is #48DDF5. Grayscale: #4C4C4C. Windows color (decimal): -4775414 or 664247. OLE color: 664247.

HSL color Cylindrical-coordinate representation of color #B7220A: hue angle of 8.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7220A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1833410-
CMYK00.810.950.28
HSL8.32º89.64%37.84%-
HSV(B)8.32º94.54%71.76%-
XYZ20.1611.231.39-
YUV75.8290.86204.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.62%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=80.62%
G=14.98%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183341000.810.950.288.3289.6437.84
HexB722A0515F1C85a26
Octal26742120121137341013246
Binary1011011110001010100101000110111111110010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7220A; }

 p { color: rgb(183,34,10); }

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

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

 a { background-color: rgb(183,34,10); }

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

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

 span { border-color: rgb(183,34,10); }

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