Html Css Color HEX #B01711 Fire Brick

📋 copy color: '#B01711'

red 176 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #B01711

Tints of Fire Brick #B01711

RGB

 RED value IS 176 (69.14% from 255) = 81.48%

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 81.48%
G = 10.65%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B01711 (or 0xB01711) is known color: Fire Brick. HEX triplet: B0, 17 and 11. RGB value is (176,23,17). Sum of RGB (Red+Green+Blue) = 176+23+17=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B01711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01711 is #4FE8EE. Grayscale: #444444. Windows color (decimal): -5236975 or 1120176. OLE color: 1120176.

HSL color Cylindrical-coordinate representation of color #B01711: hue angle of 2.26º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01711 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 17 -
CMYK 0 0.87 0.90 0.31
HSL 2.26º 0.82% 0.38% -
HSV(B) 2.26º 0.9% 0.69% -
XYZ 18.31 9.88 1.47 -
YUV 68.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 176 23 17 0 0.87 0.90 0.31 2.26 0.82 0.38
Hex B0 17 11 0 57 5A 1F 2 52 26
Octal 260 27 21 0 127 132 37 2 122 46
Binary 10110000 10111 10001 0 1010111 1011010 11111 10 1010010 100110

Color Harmonies of #B01711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01711

Black with #B01711

Text Example


Text Example

White with #B01711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01711; }

 p { color: rgb(176,23,17); }

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

background-color css

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

 a { background-color: rgb(176,23,17); }

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

border-color css

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

 span { border-color: rgb(176,23,17); }

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