Html Css Color HEX #B41513 Fire Brick

📋 copy color: '#B41513'

red 180 ◦ green 21 ◦ blue 19

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

Shades of Fire Brick #B41513

Tints of Fire Brick #B41513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 81.82%
G = 9.55%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B41513 (or 0xB41513) is known color: Fire Brick. HEX triplet: B4, 15 and 13. RGB value is (180,21,19). Sum of RGB (Red+Green+Blue) = 180+21+19=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B41513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41513 is #4BEAEC. Grayscale: #444444. Windows color (decimal): -4975341 or 1250740. OLE color: 1250740.

HSL color Cylindrical-coordinate representation of color #B41513: hue angle of 0.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41513 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 21 19 -
CMYK 0 0.88 0.89 0.29
HSL 0.75º 0.81% 0.39% -
HSV(B) 0.75º 0.89% 0.71% -
XYZ 19.21 10.29 1.59 -
YUV 68.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 180 21 19 0 0.88 0.89 0.29 0.75 0.81 0.39
Hex B4 15 13 0 58 59 1D 1 51 27
Octal 264 25 23 0 130 131 35 1 121 47
Binary 10110100 10101 10011 0 1011000 1011001 11101 1 1010001 100111

Color Harmonies of #B41513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41513

Black with #B41513

Text Example


Text Example

White with #B41513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41513; }

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

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

background-color css

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

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

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

border-color css

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

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

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