#B12D26

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

Shades of Fire Brick #B12D26

Tints of Fire Brick #B12D26

Color information

#B12D26 (or 0xB12D26) is unknown color: approx Fire Brick. HEX triplet: B1, 2D and 26. RGB value is (177,45,38). Sum of RGB (Red+Green+Blue) = 177+45+38=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D26 is #4ED2D9. Grayscale: #535353. Windows color (decimal): -5165786 or 2502065. OLE color: 2502065.

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

Color convert

RGB1774538-
CMYK00.750.790.31
HSL3.02º64.65%42.16%-
HSV(B)3.02º78.53%69.41%-
XYZ19.4211.363-
YUV83.67102.23194.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=68.08%
G=17.31%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177453800.750.790.313.0264.6542.16
HexB12D2604B4F1F3412a
Octal2615546011311737310152
Binary1011000110110110011001001011100111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D26; }

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

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

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

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

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

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

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

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