Html Css Color HEX #B71F11 Fire Brick

📋 copy color: '#B71F11'

red 183 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #B71F11

Tints of Fire Brick #B71F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

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

R = 79.22%
G = 13.42%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71F11 (or 0xB71F11) is known color: Fire Brick. HEX triplet: B7, 1F and 11. RGB value is (183,31,17). Sum of RGB (Red+Green+Blue) = 183+31+17=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F11 is #48E0EE. Grayscale: #4B4B4B. Windows color (decimal): -4776175 or 1122231. OLE color: 1122231.

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

Color convert

RGB 183 31 17 -
CMYK 0 0.83 0.91 0.28
HSL 5.06º 0.83% 0.39% -
HSV(B) 5.06º 0.91% 0.72% -
XYZ 20.12 11.09 1.61 -
YUV 74.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 183 31 17 0 0.83 0.91 0.28 5.06 0.83 0.39
Hex B7 1F 11 0 53 5B 1C 5 53 27
Octal 267 37 21 0 123 133 34 5 123 47
Binary 10110111 11111 10001 0 1010011 1011011 11100 101 1010011 100111

Color Harmonies of #B71F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F11

Black with #B71F11

Text Example


Text Example

White with #B71F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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