#b71b0f

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

Shades of Fire Brick #B71B0F

Tints of Fire Brick #B71B0F

Color information

#B71B0F (or 0xB71B0F) is unknown color: approx Fire Brick. HEX triplet: B7, 1B and 0F. RGB value is (183,27,15). Sum of RGB (Red+Green+Blue) = 183+27+15=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B0F is #48E4F0. Grayscale: #484848. Windows color (decimal): -4777201 or 990135. OLE color: 990135.

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

Color convert

RGB1832715-
CMYK00.850.920.28
HSL4.29º84.85%38.82%-
HSV(B)4.29º91.8%71.76%-
XYZ20.0110.891.5-
YUV72.2895.68206.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 81.33%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=81.33%
G=12%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183271500.850.920.284.2984.8538.82
HexB71BF0555C1C45527
Octal2673317012513434412547
Binary10110111110111111010101011011100111001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71b0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71b0f; }

 p { color: rgb(183,27,15); }

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

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

 a { background-color: rgb(183,27,15); }

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

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

 span { border-color: rgb(183,27,15); }

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