Html Css Color HEX #B71310 Fire Brick

📋 copy color: '#B71310'

red 183 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #B71310

Tints of Fire Brick #B71310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 83.94%
G = 8.72%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71310 (or 0xB71310) is known color: Fire Brick. HEX triplet: B7, 13 and 10. RGB value is (183,19,16). Sum of RGB (Red+Green+Blue) = 183+19+16=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B71310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71310 is #48ECEF. Grayscale: #434343. Windows color (decimal): -4779248 or 1053623. OLE color: 1053623.

HSL color Cylindrical-coordinate representation of color #B71310: hue angle of 1.08º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71310 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 16 -
CMYK 0 0.90 0.91 0.28
HSL 1.08º 0.84% 0.39% -
HSV(B) 1.08º 0.91% 0.72% -
XYZ 19.85 10.57 1.48 -
YUV 67.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 183 19 16 0 0.90 0.91 0.28 1.08 0.84 0.39
Hex B7 13 10 0 5A 5B 1C 1 54 27
Octal 267 23 20 0 132 133 34 1 124 47
Binary 10110111 10011 10000 0 1011010 1011011 11100 1 1010100 100111

Color Harmonies of #B71310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71310

Black with #B71310

Text Example


Text Example

White with #B71310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71310; }

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

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

background-color css

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

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

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

border-color css

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

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

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