Html Css Color HEX #B71F14 Fire Brick

📋 copy color: '#B71F14'

red 183 ◦ green 31 ◦ blue 20

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

Shades of Fire Brick #B71F14

Tints of Fire Brick #B71F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 78.21%
G = 13.25%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71F14 (or 0xB71F14) is known color: Fire Brick. HEX triplet: B7, 1F and 14. RGB value is (183,31,20). Sum of RGB (Red+Green+Blue) = 183+31+20=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F14 is #48E0EB. Grayscale: #4B4B4B. Windows color (decimal): -4776172 or 1318839. OLE color: 1318839.

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

Color convert

RGB 183 31 20 -
CMYK 0 0.83 0.89 0.28
HSL 4.05º 0.8% 0.4% -
HSV(B) 4.05º 0.89% 0.72% -
XYZ 20.14 11.1 1.74 -
YUV 75.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 183 31 20 0 0.83 0.89 0.28 4.05 0.8 0.4
Hex B7 1F 14 0 53 59 1C 4 50 28
Octal 267 37 24 0 123 131 34 4 120 50
Binary 10110111 11111 10100 0 1010011 1011001 11100 100 1010000 101000

Color Harmonies of #B71F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F14

Black with #B71F14

Text Example


Text Example

White with #B71F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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