Html Css Color HEX #B71313 Fire Brick

📋 copy color: '#B71313'

red 183 ◦ green 19 ◦ blue 19

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

Shades of Fire Brick #B71313

Tints of Fire Brick #B71313

RGB

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

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

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

R = 82.81%
G = 8.6%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71313 (or 0xB71313) is known color: Fire Brick. HEX triplet: B7, 13 and 13. RGB value is (183,19,19). Sum of RGB (Red+Green+Blue) = 183+19+19=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B71313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71313 is #48ECEC. Grayscale: #444444. Windows color (decimal): -4779245 or 1250231. OLE color: 1250231.

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

Color convert

RGB 183 19 19 -
CMYK 0 0.90 0.90 0.28
HSL 0.81% 0.4% -
HSV(B) 0.9% 0.72% -
XYZ 19.88 10.58 1.61 -
YUV 68.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 183 19 19 0 0.90 0.90 0.28 0 0.81 0.4
Hex B7 13 13 0 5A 5A 1C 0 51 28
Octal 267 23 23 0 132 132 34 0 121 50
Binary 10110111 10011 10011 0 1011010 1011010 11100 0 1010001 101000

Color Harmonies of #B71313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71313

Black with #B71313

Text Example


Text Example

White with #B71313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71313; }

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

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

background-color css

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

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

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

border-color css

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

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

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