Html Css Color HEX #B71F15 Fire Brick

📋 copy color: '#B71F15'

red 183 ◦ green 31 ◦ blue 21

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

Shades of Fire Brick #B71F15

Tints of Fire Brick #B71F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 77.87%
G = 13.19%
B = 8.94%

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

#B71F15 (or 0xB71F15) is known color: Fire Brick. HEX triplet: B7, 1F and 15. RGB value is (183,31,21). Sum of RGB (Red+Green+Blue) = 183+31+21=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F15 is #48E0EA. Grayscale: #4B4B4B. Windows color (decimal): -4776171 or 1384375. OLE color: 1384375.

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

Color convert

RGB 183 31 21 -
CMYK 0 0.83 0.89 0.28
HSL 3.7º 0.79% 0.4% -
HSV(B) 3.7º 0.89% 0.72% -
XYZ 20.15 11.1 1.79 -
YUV 75.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 183 31 21 0 0.83 0.89 0.28 3.7 0.79 0.4
Hex B7 1F 15 0 53 59 1C 4 4F 28
Octal 267 37 25 0 123 131 34 4 117 50
Binary 10110111 11111 10101 0 1010011 1011001 11100 100 1001111 101000

Color Harmonies of #B71F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F15

Black with #B71F15

Text Example


Text Example

White with #B71F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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