Html Css Color HEX #B81710 Fire Brick

📋 copy color: '#B81710'

red 184 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #B81710

Tints of Fire Brick #B81710

RGB

 RED value IS 184 (72.27% from 255) = 82.51%

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 82.51%
G = 10.31%
B = 7.17%

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

#B81710 (or 0xB81710) is known color: Fire Brick. HEX triplet: B8, 17 and 10. RGB value is (184,23,16). Sum of RGB (Red+Green+Blue) = 184+23+16=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81710 is #47E8EF. Grayscale: #464646. Windows color (decimal): -4712688 or 1054648. OLE color: 1054648.

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

Color convert

RGB 184 23 16 -
CMYK 0 0.88 0.91 0.28
HSL 2.5º 0.84% 0.39% -
HSV(B) 2.5º 0.91% 0.72% -
XYZ 20.17 10.84 1.52 -
YUV 70.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 184 23 16 0 0.88 0.91 0.28 2.5 0.84 0.39
Hex B8 17 10 0 58 5B 1C 2 54 27
Octal 270 27 20 0 130 133 34 2 124 47
Binary 10111000 10111 10000 0 1011000 1011011 11100 10 1010100 100111

Color Harmonies of #B81710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81710

Black with #B81710

Text Example


Text Example

White with #B81710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81710; }

 p { color: rgb(184,23,16); }

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

background-color css

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

 a { background-color: rgb(184,23,16); }

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

border-color css

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

 span { border-color: rgb(184,23,16); }

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