Html Css Color HEX #B71913 Fire Brick

📋 copy color: '#B71913'

red 183 ◦ green 25 ◦ blue 19

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

Shades of Fire Brick #B71913

Tints of Fire Brick #B71913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 80.62%
G = 11.01%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71913 (or 0xB71913) is known color: Fire Brick. HEX triplet: B7, 19 and 13. RGB value is (183,25,19). Sum of RGB (Red+Green+Blue) = 183+25+19=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B71913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71913 is #48E6EC. Grayscale: #474747. Windows color (decimal): -4777709 or 1251767. OLE color: 1251767.

HSL color Cylindrical-coordinate representation of color #B71913: hue angle of 2.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71913 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 19 -
CMYK 0 0.86 0.90 0.28
HSL 2.2º 0.81% 0.4% -
HSV(B) 2.2º 0.9% 0.72% -
XYZ 19.99 10.81 1.65 -
YUV 71.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 183 25 19 0 0.86 0.90 0.28 2.2 0.81 0.4
Hex B7 19 13 0 56 5A 1C 2 51 28
Octal 267 31 23 0 126 132 34 2 121 50
Binary 10110111 11001 10011 0 1010110 1011010 11100 10 1010001 101000

Color Harmonies of #B71913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71913

Black with #B71913

Text Example


Text Example

White with #B71913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71913; }

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

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

background-color css

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

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

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

border-color css

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

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

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