#B71812

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

Shades of Fire Brick #B71812

Tints of Fire Brick #B71812

Color information

#B71812 (or 0xB71812) is unknown color: approx Fire Brick. HEX triplet: B7, 18 and 12. RGB value is (183,24,18). Sum of RGB (Red+Green+Blue) = 183+24+18=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71812 is #48E7ED. Grayscale: #474747. Windows color (decimal): -4777966 or 1185975. OLE color: 1185975.

HSL color Cylindrical-coordinate representation of color #B71812: hue angle of 2.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71812 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1832418-
CMYK00.870.900.28
HSL2.18º82.09%39.41%-
HSV(B)2.18º90.16%71.76%-
XYZ19.9610.761.6-
YUV70.8698.18207.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 81.33%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 18 (7.42% from 255) = 8%
R=81.33%
G=10.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183241800.870.900.282.1882.0939.41
HexB718120575A1C25227
Octal2673022012713234212247
Binary10110111110001001001010111101101011100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71812; }

 p { color: rgb(183,24,18); }

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

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

 a { background-color: rgb(183,24,18); }

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

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

 span { border-color: rgb(183,24,18); }

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