#B61F15

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

Shades of Fire Brick #B61F15

Tints of Fire Brick #B61F15

Color information

#B61F15 (or 0xB61F15) is unknown color: approx Fire Brick. HEX triplet: B6, 1F and 15. RGB value is (182,31,21). Sum of RGB (Red+Green+Blue) = 182+31+21=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61F15 is #49E0EA. Grayscale: #4B4B4B. Windows color (decimal): -4841707 or 1384374. OLE color: 1384374.

HSL color Cylindrical-coordinate representation of color #B61F15: hue angle of 3.73º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61F15 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1823121-
CMYK00.830.880.29
HSL3.73º79.31%39.8%-
HSV(B)3.73º88.46%71.37%-
XYZ19.9210.981.78-
YUV75.0197.53204.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 77.78%
GREEN value IS 31 (12.5% from 255) = 13.25%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=77.78%
G=13.25%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182312100.830.880.293.7379.3139.8
HexB61F15053581D44f28
Octal2663725012313035411750
Binary101101101111110101010100111011000111011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F15; }

 p { color: rgb(182,31,21); }

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

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

 a { background-color: rgb(182,31,21); }

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

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

 span { border-color: rgb(182,31,21); }

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