#B62C1B

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

Shades of Fire Brick #B62C1B

Tints of Fire Brick #B62C1B

Color information

#B62C1B (or 0xB62C1B) is unknown color: approx Fire Brick. HEX triplet: B6, 2C and 1B. RGB value is (182,44,27). Sum of RGB (Red+Green+Blue) = 182+44+27=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C1B is #49D3E4. Grayscale: #535353. Windows color (decimal): -4838373 or 1780918. OLE color: 1780918.

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

Color convert

RGB1824427-
CMYK00.760.850.29
HSL6.58º74.16%40.98%-
HSV(B)6.58º85.16%71.37%-
XYZ20.3911.832.24-
YUV83.3296.22198.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.94%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=71.94%
G=17.39%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182442700.760.850.296.5874.1640.98
HexB62C1B04C551D74a29
Octal2665433011412535711251
Binary1011011010110011011010011001010101111011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62C1B; }

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

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

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

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

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

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

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

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