#b61e13

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

Shades of Fire Brick #B61E13

Tints of Fire Brick #B61E13

Color information

#B61E13 (or 0xB61E13) is unknown color: approx Fire Brick. HEX triplet: B6, 1E and 13. RGB value is (182,30,19). Sum of RGB (Red+Green+Blue) = 182+30+19=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61E13 is #49E1EC. Grayscale: #4A4A4A. Windows color (decimal): -4841965 or 1253046. OLE color: 1253046.

HSL color Cylindrical-coordinate representation of color #B61E13: hue angle of 4.05º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61E13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1823019-
CMYK00.840.900.29
HSL4.05º81.09%39.41%-
HSV(B)4.05º89.56%71.37%-
XYZ19.8710.921.68-
YUV74.1996.86204.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.79%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=78.79%
G=12.99%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182301900.840.900.294.0581.0939.41
HexB61E130545A1D45127
Octal2663623012413235412147
Binary101101101111010011010101001011010111011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61e13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61e13; }

 p { color: rgb(182,30,19); }

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

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

 a { background-color: rgb(182,30,19); }

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

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

 span { border-color: rgb(182,30,19); }

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