#B12826

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

Shades of Fire Brick #B12826

Tints of Fire Brick #B12826

Color information

#B12826 (or 0xB12826) is unknown color: approx Fire Brick. HEX triplet: B1, 28 and 26. RGB value is (177,40,38). Sum of RGB (Red+Green+Blue) = 177+40+38=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B12826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12826 is #4ED7D9. Grayscale: #505050. Windows color (decimal): -5167066 or 2500785. OLE color: 2500785.

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

Color convert

RGB1774038-
CMYK00.770.790.31
HSL0.86º64.65%42.16%-
HSV(B)0.86º78.53%69.41%-
XYZ19.24112.94-
YUV80.73103.89196.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.41%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=69.41%
G=15.69%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177403800.770.790.310.8664.6542.16
HexB1282604D4F1F1412a
Octal2615046011511737110152
Binary101100011010001001100100110110011111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12826; }

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

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

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

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

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

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

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

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