#B82C27

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

Shades of Fire Brick #B82C27

Tints of Fire Brick #B82C27

Color information

#B82C27 (or 0xB82C27) is unknown color: approx Fire Brick. HEX triplet: B8, 2C and 27. RGB value is (184,44,39). Sum of RGB (Red+Green+Blue) = 184+44+39=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C27 is #47D3D8. Grayscale: #555555. Windows color (decimal): -4707289 or 2567352. OLE color: 2567352.

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

Color convert

RGB1844439-
CMYK00.760.790.28
HSL2.07º65.02%43.73%-
HSV(B)2.07º78.8%72.16%-
XYZ21.0312.143.15-
YUV85.29101.88198.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.91%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=68.91%
G=16.48%
B=14.61%

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
Decimal184443900.760.790.282.0765.0243.73
HexB82C2704C4F1C2412c
Octal2705447011411734210154
Binary1011100010110010011101001100100111111100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82C27; }

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

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

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

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

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

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

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

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