#B62E27

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

Shades of Fire Brick #B62E27

Tints of Fire Brick #B62E27

Color information

#B62E27 (or 0xB62E27) is unknown color: approx Fire Brick. HEX triplet: B6, 2E and 27. RGB value is (182,46,39). Sum of RGB (Red+Green+Blue) = 182+46+39=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E27 is #49D1D8. Grayscale: #565656. Windows color (decimal): -4837849 or 2567862. OLE color: 2567862.

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

Color convert

RGB1824639-
CMYK00.750.790.29
HSL2.94º64.71%43.33%-
HSV(B)2.94º78.57%71.37%-
XYZ20.6312.053.16-
YUV85.87101.56196.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=68.16%
G=17.23%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182463900.750.790.292.9464.7143.33
HexB62E2704B4F1D3412b
Octal2665647011311735310153
Binary1011011010111010011101001011100111111101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E27; }

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

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

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

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

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

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

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

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