Html Css Color HEX #B71F17 Fire Brick

📋 copy color: '#B71F17'

red 183 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #B71F17

Tints of Fire Brick #B71F17

RGB

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

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

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

R = 77.22%
G = 13.08%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B71F17 (or 0xB71F17) is known color: Fire Brick. HEX triplet: B7, 1F and 17. RGB value is (183,31,23). Sum of RGB (Red+Green+Blue) = 183+31+23=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F17 is #48E0E8. Grayscale: #4B4B4B. Windows color (decimal): -4776169 or 1515447. OLE color: 1515447.

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

Color convert

RGB 183 31 23 -
CMYK 0 0.83 0.87 0.28
HSL 0.78% 0.4% -
HSV(B) 0.87% 0.72% -
XYZ 20.17 11.11 1.89 -
YUV 75.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 183 31 23 0 0.83 0.87 0.28 3 0.78 0.4
Hex B7 1F 17 0 53 57 1C 3 4E 28
Octal 267 37 27 0 123 127 34 3 116 50
Binary 10110111 11111 10111 0 1010011 1010111 11100 11 1001110 101000

Color Harmonies of #B71F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F17

Black with #B71F17

Text Example


Text Example

White with #B71F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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