Html Css Color HEX #B71610 Fire Brick

📋 copy color: '#B71610'

red 183 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #B71610

Tints of Fire Brick #B71610

RGB

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

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

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

R = 82.81%
G = 9.95%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71610 (or 0xB71610) is known color: Fire Brick. HEX triplet: B7, 16 and 10. RGB value is (183,22,16). Sum of RGB (Red+Green+Blue) = 183+22+16=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B71610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71610 is #48E9EF. Grayscale: #454545. Windows color (decimal): -4778480 or 1054391. OLE color: 1054391.

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

Color convert

RGB 183 22 16 -
CMYK 0 0.88 0.91 0.28
HSL 2.16º 0.84% 0.39% -
HSV(B) 2.16º 0.91% 0.72% -
XYZ 19.91 10.68 1.5 -
YUV 69.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 183 22 16 0 0.88 0.91 0.28 2.16 0.84 0.39
Hex B7 16 10 0 58 5B 1C 2 54 27
Octal 267 26 20 0 130 133 34 2 124 47
Binary 10110111 10110 10000 0 1011000 1011011 11100 10 1010100 100111

Color Harmonies of #B71610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71610

Black with #B71610

Text Example


Text Example

White with #B71610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71610; }

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

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

background-color css

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

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

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

border-color css

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

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

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