Html Css Color HEX #B71613 Fire Brick

📋 copy color: '#B71613'

red 183 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #B71613

Tints of Fire Brick #B71613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 81.7%
G = 9.82%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71613 (or 0xB71613) is known color: Fire Brick. HEX triplet: B7, 16 and 13. RGB value is (183,22,19). Sum of RGB (Red+Green+Blue) = 183+22+19=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71613 is #48E9EC. Grayscale: #454545. Windows color (decimal): -4778477 or 1250999. OLE color: 1250999.

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

Color convert

RGB 183 22 19 -
CMYK 0 0.88 0.90 0.28
HSL 1.1º 0.81% 0.4% -
HSV(B) 1.1º 0.9% 0.72% -
XYZ 19.93 10.69 1.63 -
YUV 69.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 183 22 19 0 0.88 0.90 0.28 1.1 0.81 0.4
Hex B7 16 13 0 58 5A 1C 1 51 28
Octal 267 26 23 0 130 132 34 1 121 50
Binary 10110111 10110 10011 0 1011000 1011010 11100 1 1010001 101000

Color Harmonies of #B71613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71613

Black with #B71613

Text Example


Text Example

White with #B71613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71613; }

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

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

background-color css

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

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

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

border-color css

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

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

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