#B62515

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

Shades of Fire Brick #B62515

Tints of Fire Brick #B62515

Color information

#B62515 (or 0xB62515) is unknown color: approx Fire Brick. HEX triplet: B6, 25 and 15. RGB value is (182,37,21). Sum of RGB (Red+Green+Blue) = 182+37+21=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62515 is #49DAEA. Grayscale: #4E4E4E. Windows color (decimal): -4840171 or 1385910. OLE color: 1385910.

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

Color convert

RGB1823721-
CMYK00.800.880.29
HSL5.96º79.31%39.8%-
HSV(B)5.96º88.46%71.37%-
XYZ20.0911.321.84-
YUV78.5395.54201.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.83%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=75.83%
G=15.42%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182372100.800.880.295.9679.3139.8
HexB62515050581D64f28
Octal2664525012013035611750
Binary1011011010010110101010100001011000111011101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62515; }

 p { color: rgb(182,37,21); }

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

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

 a { background-color: rgb(182,37,21); }

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

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

 span { border-color: rgb(182,37,21); }

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