#B61B14

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

Shades of Fire Brick #B61B14

Tints of Fire Brick #B61B14

Color information

#B61B14 (or 0xB61B14) is unknown color: approx Fire Brick. HEX triplet: B6, 1B and 14. RGB value is (182,27,20). Sum of RGB (Red+Green+Blue) = 182+27+20=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61B14 is #49E4EB. Grayscale: #484848. Windows color (decimal): -4842732 or 1317814. OLE color: 1317814.

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

Color convert

RGB1822720-
CMYK00.850.890.29
HSL2.59º80.2%39.61%-
HSV(B)2.59º89.01%71.37%-
XYZ19.8110.781.7-
YUV72.5598.35206.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 79.48%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=79.48%
G=11.79%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182272000.850.890.292.5980.239.61
HexB61B14055591D35028
Octal2663324012513135312050
Binary10110110110111010001010101101100111101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B14; }

 p { color: rgb(182,27,20); }

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

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

 a { background-color: rgb(182,27,20); }

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

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

 span { border-color: rgb(182,27,20); }

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