Html Css Color HEX #B71511 Fire Brick

📋 copy color: '#B71511'

red 183 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #B71511

Tints of Fire Brick #B71511

RGB

 RED value IS 183 (71.88% from 255) = 82.81%

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

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

R = 82.81%
G = 9.5%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71511 (or 0xB71511) is known color: Fire Brick. HEX triplet: B7, 15 and 11. RGB value is (183,21,17). Sum of RGB (Red+Green+Blue) = 183+21+17=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B71511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71511 is #48EAEE. Grayscale: #454545. Windows color (decimal): -4778735 or 1119671. OLE color: 1119671.

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

Color convert

RGB 183 21 17 -
CMYK 0 0.89 0.91 0.28
HSL 1.45º 0.83% 0.39% -
HSV(B) 1.45º 0.91% 0.72% -
XYZ 19.9 10.64 1.54 -
YUV 68.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 183 21 17 0 0.89 0.91 0.28 1.45 0.83 0.39
Hex B7 15 11 0 59 5B 1C 1 53 27
Octal 267 25 21 0 131 133 34 1 123 47
Binary 10110111 10101 10001 0 1011001 1011011 11100 1 1010011 100111

Color Harmonies of #B71511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71511

Black with #B71511

Text Example


Text Example

White with #B71511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71511; }

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

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

background-color css

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

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

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

border-color css

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

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

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