Html Css Color HEX #B41310 Fire Brick

📋 copy color: '#B41310'

red 180 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #B41310

Tints of Fire Brick #B41310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 83.72%
G = 8.84%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B41310 (or 0xB41310) is known color: Fire Brick. HEX triplet: B4, 13 and 10. RGB value is (180,19,16). Sum of RGB (Red+Green+Blue) = 180+19+16=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B41310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41310 is #4BECEF. Grayscale: #424242. Windows color (decimal): -4975856 or 1053620. OLE color: 1053620.

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

Color convert

RGB 180 19 16 -
CMYK 0 0.89 0.91 0.29
HSL 1.1º 0.84% 0.38% -
HSV(B) 1.1º 0.91% 0.71% -
XYZ 19.15 10.21 1.45 -
YUV 66.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 180 19 16 0 0.89 0.91 0.29 1.1 0.84 0.38
Hex B4 13 10 0 59 5B 1D 1 54 26
Octal 264 23 20 0 131 133 35 1 124 46
Binary 10110100 10011 10000 0 1011001 1011011 11101 1 1010100 100110

Color Harmonies of #B41310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41310

Black with #B41310

Text Example


Text Example

White with #B41310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41310; }

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

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

background-color css

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

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

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

border-color css

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

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

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