#B22923

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

Shades of Fire Brick #B22923

Tints of Fire Brick #B22923

Color information

#B22923 (or 0xB22923) is unknown color: approx Fire Brick. HEX triplet: B2, 29 and 23. RGB value is (178,41,35). Sum of RGB (Red+Green+Blue) = 178+41+35=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22923 is #4DD6DC. Grayscale: #515151. Windows color (decimal): -5101277 or 2304434. OLE color: 2304434.

HSL color Cylindrical-coordinate representation of color #B22923: hue angle of 2.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22923 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1784135-
CMYK00.770.800.30
HSL2.52º67.14%41.76%-
HSV(B)2.52º80.34%69.8%-
XYZ19.4611.172.72-
YUV81.28101.89196.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.08%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 35 (14.06% from 255) = 13.78%
R=70.08%
G=16.14%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178413500.770.800.302.5267.1441.76
HexB2292304D501E3432a
Octal2625143011512036310352
Binary1011001010100110001101001101101000011110111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22923; }

 p { color: rgb(178,41,35); }

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

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

 a { background-color: rgb(178,41,35); }

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

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

 span { border-color: rgb(178,41,35); }

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