#B0251C

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

Shades of Fire Brick #B0251C

Tints of Fire Brick #B0251C

Color information

#B0251C (or 0xB0251C) is unknown color: approx Fire Brick. HEX triplet: B0, 25 and 1C. RGB value is (176,37,28). Sum of RGB (Red+Green+Blue) = 176+37+28=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0251C is #4FDAE3. Grayscale: #4D4D4D. Windows color (decimal): -5233380 or 1844656. OLE color: 1844656.

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

Color convert

RGB1763728-
CMYK00.790.840.31
HSL3.65º72.55%40%-
HSV(B)3.65º84.09%69.02%-
XYZ18.7810.642.16-
YUV77.54100.05198.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.03%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=73.03%
G=15.35%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176372800.790.840.313.6572.5540
HexB0251C04F541F44928
Octal2604534011712437411150
Binary1011000010010111100010011111010100111111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0251C; }

 p { color: rgb(176,37,28); }

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

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

 a { background-color: rgb(176,37,28); }

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

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

 span { border-color: rgb(176,37,28); }

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