#B12626

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

Shades of Fire Brick #B12626

Tints of Fire Brick #B12626

Color information

#B12626 (or 0xB12626) is unknown color: approx Fire Brick. HEX triplet: B1, 26 and 26. RGB value is (177,38,38). Sum of RGB (Red+Green+Blue) = 177+38+38=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B12626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12626 is #4ED9D9. Grayscale: #4F4F4F. Windows color (decimal): -5167578 or 2500273. OLE color: 2500273.

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

Color convert

RGB1773838-
CMYK00.790.790.31
HSL64.65%42.16%-
HSV(B)78.53%69.41%-
XYZ19.1710.872.92-
YUV79.56104.55197.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=69.96%
G=15.02%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177383800.790.790.31064.6542.16
HexB1262604F4F1F0412a
Octal2614646011711737010152
Binary101100011001101001100100111110011111111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12626; }

 p { color: rgb(177,38,38); }

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

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

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

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

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

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

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