#B62D1B

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

Shades of Fire Brick #B62D1B

Tints of Fire Brick #B62D1B

Color information

#B62D1B (or 0xB62D1B) is unknown color: approx Fire Brick. HEX triplet: B6, 2D and 1B. RGB value is (182,45,27). Sum of RGB (Red+Green+Blue) = 182+45+27=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D1B is #49D2E4. Grayscale: #545454. Windows color (decimal): -4838117 or 1781174. OLE color: 1781174.

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

Color convert

RGB1824527-
CMYK00.750.850.29
HSL6.97º74.16%40.98%-
HSV(B)6.97º85.16%71.37%-
XYZ20.4311.92.26-
YUV83.9195.89197.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.65%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=71.65%
G=17.72%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182452700.750.850.296.9774.1640.98
HexB62D1B04B551D74a29
Octal2665533011312535711251
Binary1011011010110111011010010111010101111011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D1B; }

 p { color: rgb(182,45,27); }

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

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

 a { background-color: rgb(182,45,27); }

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

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

 span { border-color: rgb(182,45,27); }

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