#b62a15

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

Shades of Fire Brick #B62A15

Tints of Fire Brick #B62A15

Color information

#B62A15 (or 0xB62A15) is unknown color: approx Fire Brick. HEX triplet: B6, 2A and 15. RGB value is (182,42,21). Sum of RGB (Red+Green+Blue) = 182+42+21=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62A15 is #49D5EA. Grayscale: #515151. Windows color (decimal): -4838891 or 1387190. OLE color: 1387190.

HSL color Cylindrical-coordinate representation of color #B62A15: hue angle of 7.83º 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 #B62A15 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1824221-
CMYK00.770.880.29
HSL7.83º79.31%39.8%-
HSV(B)7.83º88.46%71.37%-
XYZ20.2511.661.89-
YUV81.4793.88199.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=74.29%
G=17.14%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182422100.770.880.297.8379.3139.8
HexB62A1504D581D84f28
Octal26652250115130351011750
Binary10110110101010101010100110110110001110110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62a15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62a15; }

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

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

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

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

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

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

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

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