Html Css Color HEX #B51511 Fire Brick

📋 copy color: '#B51511'

red 181 ◦ green 21 ◦ blue 17

#B51511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B51511

Tints of Fire Brick #B51511

RGB

 RED value IS 181 (71.09% from 255) = 82.65%

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 17 (7.03% from 255) = 7.76%

R = 82.65%
G = 9.59%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B51511 (or 0xB51511) is known color: Fire Brick. HEX triplet: B5, 15 and 11. RGB value is (181,21,17). Sum of RGB (Red+Green+Blue) = 181+21+17=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B51511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51511 is #4AEAEE. Grayscale: #444444. Windows color (decimal): -4909807 or 1119669. OLE color: 1119669.

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

Color convert

RGB 181 21 17 -
CMYK 0 0.88 0.91 0.29
HSL 1.46º 0.83% 0.39% -
HSV(B) 1.46º 0.91% 0.71% -
XYZ 19.43 10.4 1.51 -
YUV 68.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 181 21 17 0 0.88 0.91 0.29 1.46 0.83 0.39
Hex B5 15 11 0 58 5B 1D 1 53 27
Octal 265 25 21 0 130 133 35 1 123 47
Binary 10110101 10101 10001 0 1011000 1011011 11101 1 1010011 100111

Color Harmonies of #B51511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51511

Black with #B51511

Text Example


Text Example

White with #B51511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51511; }

 p { color: rgb(181,21,17); }

 H1.HeaderClassName
 {
   color: #B51511;
 }
 .AnyTagClassName
 {
   color: #B51511;
 }
</style>

background-color css

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

 a { background-color: rgb(181,21,17); }

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

border-color css

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

 span { border-color: rgb(181,21,17); }

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