#B82727

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

Shades of Fire Brick #B82727

Tints of Fire Brick #B82727

Color information

#B82727 (or 0xB82727) is unknown color: approx Fire Brick. HEX triplet: B8, 27 and 27. RGB value is (184,39,39). Sum of RGB (Red+Green+Blue) = 184+39+39=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B82727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82727 is #47D8D8. Grayscale: #525252. Windows color (decimal): -4708569 or 2566072. OLE color: 2566072.

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

Color convert

RGB1843939-
CMYK00.790.790.28
HSL65.02%43.73%-
HSV(B)78.8%72.16%-
XYZ20.8611.793.1-
YUV82.35103.54200.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.23%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=70.23%
G=14.89%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184393900.790.790.28065.0243.73
HexB8272704F4F1C0412c
Octal2704747011711734010154
Binary101110001001111001110100111110011111110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82727; }

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

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

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

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

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

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

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

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