Html Css Color HEX #B71915 Fire Brick

📋 copy color: '#B71915'

red 183 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B71915

Tints of Fire Brick #B71915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

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

R = 79.91%
G = 10.92%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71915 (or 0xB71915) is known color: Fire Brick. HEX triplet: B7, 19 and 15. RGB value is (183,25,21). Sum of RGB (Red+Green+Blue) = 183+25+21=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B71915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71915 is #48E6EA. Grayscale: #474747. Windows color (decimal): -4777707 or 1382839. OLE color: 1382839.

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

Color convert

RGB 183 25 21 -
CMYK 0 0.86 0.89 0.28
HSL 1.48º 0.79% 0.4% -
HSV(B) 1.48º 0.89% 0.72% -
XYZ 20.01 10.82 1.74 -
YUV 71.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 183 25 21 0 0.86 0.89 0.28 1.48 0.79 0.4
Hex B7 19 15 0 56 59 1C 1 4F 28
Octal 267 31 25 0 126 131 34 1 117 50
Binary 10110111 11001 10101 0 1010110 1011001 11100 1 1001111 101000

Color Harmonies of #B71915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71915

Black with #B71915

Text Example


Text Example

White with #B71915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71915; }

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

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

background-color css

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

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

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

border-color css

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

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

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