#B22A17

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

Shades of Fire Brick #B22A17

Tints of Fire Brick #B22A17

Color information

#B22A17 (or 0xB22A17) is unknown color: approx Fire Brick. HEX triplet: B2, 2A and 17. RGB value is (178,42,23). Sum of RGB (Red+Green+Blue) = 178+42+23=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A17 is #4DD5E8. Grayscale: #505050. Windows color (decimal): -5101033 or 1518258. OLE color: 1518258.

HSL color Cylindrical-coordinate representation of color #B22A17: hue angle of 7.35º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B22A17 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1784223-
CMYK00.760.870.30
HSL7.35º77.11%39.41%-
HSV(B)7.35º87.08%69.8%-
XYZ19.3411.181.95-
YUV80.595.56197.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 23 (9.38% from 255) = 9.47%
R=73.25%
G=17.28%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178422300.760.870.307.3577.1139.41
HexB22A1704C571E74d27
Octal2625227011412736711547
Binary1011001010101010111010011001010111111101111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A17; }

 p { color: rgb(178,42,23); }

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

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

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

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

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

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

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