Html Css Color HEX #B81210 Fire Brick

📋 copy color: '#B81210'

red 184 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #B81210

Tints of Fire Brick #B81210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 84.4%
G = 8.26%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81210 (or 0xB81210) is known color: Fire Brick. HEX triplet: B8, 12 and 10. RGB value is (184,18,16). Sum of RGB (Red+Green+Blue) = 184+18+16=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B81210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81210 is #47EDEF. Grayscale: #434343. Windows color (decimal): -4713968 or 1053368. OLE color: 1053368.

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

Color convert

RGB 184 18 16 -
CMYK 0 0.90 0.91 0.28
HSL 0.71º 0.84% 0.39% -
HSV(B) 0.71º 0.91% 0.72% -
XYZ 20.08 10.66 1.49 -
YUV 67.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 184 18 16 0 0.90 0.91 0.28 0.71 0.84 0.39
Hex B8 12 10 0 5A 5B 1C 1 54 27
Octal 270 22 20 0 132 133 34 1 124 47
Binary 10111000 10010 10000 0 1011010 1011011 11100 1 1010100 100111

Color Harmonies of #B81210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81210

Black with #B81210

Text Example


Text Example

White with #B81210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81210; }

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

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

background-color css

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

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

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

border-color css

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

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

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