Html Css Color HEX #B41210 Fire Brick

📋 copy color: '#B41210'

red 180 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #B41210

Tints of Fire Brick #B41210

RGB

 RED value IS 180 (70.7% from 255) = 84.11%

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

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

R = 84.11%
G = 8.41%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B41210 (or 0xB41210) is known color: Fire Brick. HEX triplet: B4, 12 and 10. RGB value is (180,18,16). Sum of RGB (Red+Green+Blue) = 180+18+16=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B41210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41210 is #4BEDEF. Grayscale: #424242. Windows color (decimal): -4976112 or 1053364. OLE color: 1053364.

HSL color Cylindrical-coordinate representation of color #B41210: hue angle of 0.73º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41210 is Cyan = 0, Magento = 0.9, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 16 -
CMYK 0 0.9 0.91 0.29
HSL 0.73º 0.84% 0.38% -
HSV(B) 0.73º 0.91% 0.71% -
XYZ 19.13 10.17 1.45 -
YUV 66.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 180 18 16 0 0.9 0.91 0.29 0.73 0.84 0.38
Hex B4 12 10 0 5A 5B 1D 1 54 26
Octal 264 22 20 0 132 133 35 1 124 46
Binary 10110100 10010 10000 0 1011010 1011011 11101 1 1010100 100110

Color Harmonies of #B41210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41210

Black with #B41210

Text Example


Text Example

White with #B41210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41210; }

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

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

background-color css

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

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

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

border-color css

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

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

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