Html Css Color HEX #B71614 Fire Brick

📋 copy color: '#B71614'

red 183 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #B71614

Tints of Fire Brick #B71614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 81.33%
G = 9.78%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71614 (or 0xB71614) is known color: Fire Brick. HEX triplet: B7, 16 and 14. RGB value is (183,22,20). Sum of RGB (Red+Green+Blue) = 183+22+20=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71614 is #48E9EB. Grayscale: #464646. Windows color (decimal): -4778476 or 1316535. OLE color: 1316535.

HSL color Cylindrical-coordinate representation of color #B71614: hue angle of 0.74º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71614 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 20 -
CMYK 0 0.88 0.89 0.28
HSL 0.74º 0.8% 0.4% -
HSV(B) 0.74º 0.89% 0.72% -
XYZ 19.94 10.69 1.67 -
YUV 69.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 183 22 20 0 0.88 0.89 0.28 0.74 0.8 0.4
Hex B7 16 14 0 58 59 1C 1 50 28
Octal 267 26 24 0 130 131 34 1 120 50
Binary 10110111 10110 10100 0 1011000 1011001 11100 1 1010000 101000

Color Harmonies of #B71614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71614

Black with #B71614

Text Example


Text Example

White with #B71614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71614; }

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

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

background-color css

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

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

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

border-color css

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

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

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