#b63228

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

Shades of Fire Brick #B63228

Tints of Fire Brick #B63228

Color information

#B63228 (or 0xB63228) is unknown color: approx Fire Brick. HEX triplet: B6, 32 and 28. RGB value is (182,50,40). Sum of RGB (Red+Green+Blue) = 182+50+40=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63228 is #49CDD7. Grayscale: #585858. Windows color (decimal): -4836824 or 2634422. OLE color: 2634422.

HSL color Cylindrical-coordinate representation of color #B63228: hue angle of 4.23º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B63228 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1825040-
CMYK00.730.780.29
HSL4.23º63.96%43.53%-
HSV(B)4.23º78.02%71.37%-
XYZ20.8212.383.3-
YUV88.33100.73194.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=66.91%
G=18.38%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182504000.730.780.294.2363.9643.53
HexB632280494E1D4402c
Octal2666250011111635410054
Binary10110110110010101000010010011001110111011001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63228; }

 p { color: rgb(182,50,40); }

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

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

 a { background-color: rgb(182,50,40); }

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

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

 span { border-color: rgb(182,50,40); }

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