Html Css Color HEX #B71B17 Fire Brick

📋 copy color: '#B71B17'

red 183 ◦ green 27 ◦ blue 23

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

Shades of Fire Brick #B71B17

Tints of Fire Brick #B71B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 78.54%
G = 11.59%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B71B17 (or 0xB71B17) is known color: Fire Brick. HEX triplet: B7, 1B and 17. RGB value is (183,27,23). Sum of RGB (Red+Green+Blue) = 183+27+23=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B17 is #48E4E8. Grayscale: #494949. Windows color (decimal): -4777193 or 1514423. OLE color: 1514423.

HSL color Cylindrical-coordinate representation of color #B71B17: hue angle of 1.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71B17 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 23 -
CMYK 0 0.85 0.87 0.28
HSL 1.5º 0.78% 0.4% -
HSV(B) 1.5º 0.87% 0.72% -
XYZ 20.08 10.91 1.86 -
YUV 73.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 183 27 23 0 0.85 0.87 0.28 1.5 0.78 0.4
Hex B7 1B 17 0 55 57 1C 2 4E 28
Octal 267 33 27 0 125 127 34 2 116 50
Binary 10110111 11011 10111 0 1010101 1010111 11100 10 1001110 101000

Color Harmonies of #B71B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B17

Black with #B71B17

Text Example


Text Example

White with #B71B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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