Html Css Color HEX #B71B11 Fire Brick

📋 copy color: '#B71B11'

red 183 ◦ green 27 ◦ blue 17

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

Shades of Fire Brick #B71B11

Tints of Fire Brick #B71B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.89%

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

R = 80.62%
G = 11.89%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71B11 (or 0xB71B11) is known color: Fire Brick. HEX triplet: B7, 1B and 11. RGB value is (183,27,17). Sum of RGB (Red+Green+Blue) = 183+27+17=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B11 is #48E4EE. Grayscale: #484848. Windows color (decimal): -4777199 or 1121207. OLE color: 1121207.

HSL color Cylindrical-coordinate representation of color #B71B11: hue angle of 3.61º 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 #B71B11 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 17 -
CMYK 0 0.85 0.91 0.28
HSL 3.61º 0.83% 0.39% -
HSV(B) 3.61º 0.91% 0.72% -
XYZ 20.02 10.89 1.58 -
YUV 72.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 183 27 17 0 0.85 0.91 0.28 3.61 0.83 0.39
Hex B7 1B 11 0 55 5B 1C 4 53 27
Octal 267 33 21 0 125 133 34 4 123 47
Binary 10110111 11011 10001 0 1010101 1011011 11100 100 1010011 100111

Color Harmonies of #B71B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B11

Black with #B71B11

Text Example


Text Example

White with #B71B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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