Html Css Color HEX #B71713 Fire Brick

📋 copy color: '#B71713'

red 183 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #B71713

Tints of Fire Brick #B71713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 81.33%
G = 10.22%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71713 (or 0xB71713) is known color: Fire Brick. HEX triplet: B7, 17 and 13. RGB value is (183,23,19). Sum of RGB (Red+Green+Blue) = 183+23+19=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71713 is #48E8EC. Grayscale: #464646. Windows color (decimal): -4778221 or 1251255. OLE color: 1251255.

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

Color convert

RGB 183 23 19 -
CMYK 0 0.87 0.90 0.28
HSL 1.46º 0.81% 0.4% -
HSV(B) 1.46º 0.9% 0.72% -
XYZ 19.95 10.73 1.64 -
YUV 70.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 183 23 19 0 0.87 0.90 0.28 1.46 0.81 0.4
Hex B7 17 13 0 57 5A 1C 1 51 28
Octal 267 27 23 0 127 132 34 1 121 50
Binary 10110111 10111 10011 0 1010111 1011010 11100 1 1010001 101000

Color Harmonies of #B71713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71713

Black with #B71713

Text Example


Text Example

White with #B71713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71713; }

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

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

background-color css

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

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

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

border-color css

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

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

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