#B82D27

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

Shades of Fire Brick #B82D27

Tints of Fire Brick #B82D27

Color information

#B82D27 (or 0xB82D27) is unknown color: approx Fire Brick. HEX triplet: B8, 2D and 27. RGB value is (184,45,39). Sum of RGB (Red+Green+Blue) = 184+45+39=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D27 is #47D2D8. Grayscale: #565656. Windows color (decimal): -4707033 or 2567608. OLE color: 2567608.

HSL color Cylindrical-coordinate representation of color #B82D27: hue angle of 2.48º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82D27 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1844539-
CMYK00.760.790.28
HSL2.48º65.02%43.73%-
HSV(B)2.48º78.8%72.16%-
XYZ21.0712.213.17-
YUV85.88101.55197.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.66%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=68.66%
G=16.79%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184453900.760.790.282.4865.0243.73
HexB82D2704C4F1C2412c
Octal2705547011411734210154
Binary1011100010110110011101001100100111111100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82D27; }

 p { color: rgb(184,45,39); }

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

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

 a { background-color: rgb(184,45,39); }

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

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

 span { border-color: rgb(184,45,39); }

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