#b63026

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

Shades of Fire Brick #B63026

Tints of Fire Brick #B63026

Color information

#B63026 (or 0xB63026) is unknown color: approx Fire Brick. HEX triplet: B6, 30 and 26. RGB value is (182,48,38). Sum of RGB (Red+Green+Blue) = 182+48+38=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B63026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63026 is #49CFD9. Grayscale: #575757. Windows color (decimal): -4837338 or 2502838. OLE color: 2502838.

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

Color convert

RGB1824838-
CMYK00.740.790.29
HSL4.17º65.45%43.14%-
HSV(B)4.17º79.12%71.37%-
XYZ20.712.23.1-
YUV86.93100.39195.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=67.91%
G=17.91%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182483800.740.790.294.1765.4543.14
HexB6302604A4F1D4412b
Octal2666046011211735410153
Binary10110110110000100110010010101001111111011001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63026; }

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

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

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

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

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

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

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

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