#B1231A

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

Shades of Fire Brick #B1231A

Tints of Fire Brick #B1231A

Color information

#B1231A (or 0xB1231A) is unknown color: approx Fire Brick. HEX triplet: B1, 23 and 1A. RGB value is (177,35,26). Sum of RGB (Red+Green+Blue) = 177+35+26=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1231A is #4EDCE5. Grayscale: #4C4C4C. Windows color (decimal): -5168358 or 1713073. OLE color: 1713073.

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

Color convert

RGB1773526-
CMYK00.800.850.31
HSL3.58º74.38%39.8%-
HSV(B)3.58º85.31%69.41%-
XYZ18.9210.622.03-
YUV76.4399.54199.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.37%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 26 (10.55% from 255) = 10.92%
R=74.37%
G=14.71%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177352600.800.850.313.5874.3839.8
HexB1231A050551F44a28
Octal2614332012012537411250
Binary1011000110001111010010100001010101111111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1231A; }

 p { color: rgb(177,35,26); }

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

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

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

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

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

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

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