#B62E2A

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

Shades of Fire Brick #B62E2A

Tints of Fire Brick #B62E2A

Color information

#B62E2A (or 0xB62E2A) is unknown color: approx Fire Brick. HEX triplet: B6, 2E and 2A. RGB value is (182,46,42). Sum of RGB (Red+Green+Blue) = 182+46+42=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E2A is #49D1D5. Grayscale: #565656. Windows color (decimal): -4837846 or 2764470. OLE color: 2764470.

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

Color convert

RGB1824642-
CMYK00.750.770.29
HSL1.71º62.5%43.92%-
HSV(B)1.71º76.92%71.37%-
XYZ20.6912.073.43-
YUV86.21103.06196.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.41%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=67.41%
G=17.04%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182464200.750.770.291.7162.543.92
HexB62E2A04B4D1D23e2c
Octal266565201131153527654
Binary101101101011101010100100101110011011110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E2A; }

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

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

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

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

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

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

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

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