#B62B1E

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

Shades of Fire Brick #B62B1E

Tints of Fire Brick #B62B1E

Color information

#B62B1E (or 0xB62B1E) is unknown color: approx Fire Brick. HEX triplet: B6, 2B and 1E. RGB value is (182,43,30). Sum of RGB (Red+Green+Blue) = 182+43+30=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B1E is #49D4E1. Grayscale: #535353. Windows color (decimal): -4838626 or 1977270. OLE color: 1977270.

HSL color Cylindrical-coordinate representation of color #B62B1E: hue angle of 5.13º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B62B1E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1824330-
CMYK00.760.840.29
HSL5.13º71.7%41.57%-
HSV(B)5.13º83.52%71.37%-
XYZ20.3911.772.42-
YUV83.0898.05198.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=71.37%
G=16.86%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182433000.760.840.295.1371.741.57
HexB62B1E04C541D5482a
Octal2665336011412435511052
Binary1011011010101111110010011001010100111011011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B1E; }

 p { color: rgb(182,43,30); }

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

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

 a { background-color: rgb(182,43,30); }

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

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

 span { border-color: rgb(182,43,30); }

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