#B82B27

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

Shades of Fire Brick #B82B27

Tints of Fire Brick #B82B27

Color information

#B82B27 (or 0xB82B27) is unknown color: approx Fire Brick. HEX triplet: B8, 2B and 27. RGB value is (184,43,39). Sum of RGB (Red+Green+Blue) = 184+43+39=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B27 is #47D4D8. Grayscale: #545454. Windows color (decimal): -4707545 or 2567096. OLE color: 2567096.

HSL color Cylindrical-coordinate representation of color #B82B27: hue angle of 1.66º 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 #B82B27 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1844339-
CMYK00.770.790.28
HSL1.66º65.02%43.73%-
HSV(B)1.66º78.8%72.16%-
XYZ2112.063.14-
YUV84.7102.21198.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.17%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=69.17%
G=16.17%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184433900.770.790.281.6665.0243.73
HexB82B2704D4F1C2412c
Octal2705347011511734210154
Binary1011100010101110011101001101100111111100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B27; }

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

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

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

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

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

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

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

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