#B62524

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

Shades of Fire Brick #B62524

Tints of Fire Brick #B62524

Color information

#B62524 (or 0xB62524) is unknown color: approx Fire Brick. HEX triplet: B6, 25 and 24. RGB value is (182,37,36). Sum of RGB (Red+Green+Blue) = 182+37+36=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B62524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62524 is #49DADB. Grayscale: #505050. Windows color (decimal): -4840156 or 2368950. OLE color: 2368950.

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

Color convert

RGB1823736-
CMYK00.800.800.29
HSL0.41º66.97%42.75%-
HSV(B)0.41º80.22%71.37%-
XYZ20.2711.42.8-
YUV80.24103.04200.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 36 (14.45% from 255) = 14.12%
R=71.37%
G=14.51%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182373600.800.800.290.4166.9742.75
HexB62524050501D0432b
Octal2664544012012035010353
Binary101101101001011001000101000010100001110101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62524; }

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

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

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

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

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

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

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

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