Html Css Color HEX #B41915 Fire Brick

📋 copy color: '#B41915'

red 180 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B41915

Tints of Fire Brick #B41915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 79.65%
G = 11.06%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B41915 (or 0xB41915) is known color: Fire Brick. HEX triplet: B4, 19 and 15. RGB value is (180,25,21). Sum of RGB (Red+Green+Blue) = 180+25+21=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B41915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41915 is #4BE6EA. Grayscale: #474747. Windows color (decimal): -4974315 or 1382836. OLE color: 1382836.

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

Color convert

RGB 180 25 21 -
CMYK 0 0.86 0.88 0.29
HSL 1.51º 0.79% 0.39% -
HSV(B) 1.51º 0.88% 0.71% -
XYZ 19.31 10.45 1.71 -
YUV 70.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 180 25 21 0 0.86 0.88 0.29 1.51 0.79 0.39
Hex B4 19 15 0 56 58 1D 2 4F 27
Octal 264 31 25 0 126 130 35 2 117 47
Binary 10110100 11001 10101 0 1010110 1011000 11101 10 1001111 100111

Color Harmonies of #B41915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41915

Black with #B41915

Text Example


Text Example

White with #B41915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41915; }

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

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

background-color css

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

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

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

border-color css

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

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

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