#B12719

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

Shades of Fire Brick #B12719

Tints of Fire Brick #B12719

Color information

#B12719 (or 0xB12719) is unknown color: approx Fire Brick. HEX triplet: B1, 27 and 19. RGB value is (177,39,25). Sum of RGB (Red+Green+Blue) = 177+39+25=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B12719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12719 is #4ED8E6. Grayscale: #4E4E4E. Windows color (decimal): -5167335 or 1648561. OLE color: 1648561.

HSL color Cylindrical-coordinate representation of color #B12719: hue angle of 5.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B12719 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1773925-
CMYK00.780.860.31
HSL5.53º75.25%39.61%-
HSV(B)5.53º85.88%69.41%-
XYZ19.0310.872.01-
YUV78.6797.72198.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=73.44%
G=16.18%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177392500.780.860.315.5375.2539.61
HexB1271904E561F64b28
Octal2614731011612637611350
Binary1011000110011111001010011101010110111111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12719; }

 p { color: rgb(177,39,25); }

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

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

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

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

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

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

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