#B63021

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

Shades of Fire Brick #B63021

Tints of Fire Brick #B63021

Color information

#B63021 (or 0xB63021) is unknown color: approx Fire Brick. HEX triplet: B6, 30 and 21. RGB value is (182,48,33). Sum of RGB (Red+Green+Blue) = 182+48+33=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63021 is #49CFDE. Grayscale: #565656. Windows color (decimal): -4837343 or 2175158. OLE color: 2175158.

HSL color Cylindrical-coordinate representation of color #B63021: hue angle of 6.04º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63021 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1824833-
CMYK00.740.820.29
HSL6.04º69.3%42.16%-
HSV(B)6.04º81.87%71.37%-
XYZ20.6212.172.7-
YUV86.3697.89196.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=69.20%
G=18.25%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182483300.740.820.296.0469.342.16
HexB6302104A521D6452a
Octal2666041011212235610552
Binary10110110110000100001010010101010010111011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63021; }

 p { color: rgb(182,48,33); }

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

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

 a { background-color: rgb(182,48,33); }

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

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

 span { border-color: rgb(182,48,33); }

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