Html Css Color HEX #B41918 Fire Brick

📋 copy color: '#B41918'

red 180 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #B41918

Tints of Fire Brick #B41918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 78.6%
G = 10.92%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B41918 (or 0xB41918) is known color: Fire Brick. HEX triplet: B4, 19 and 18. RGB value is (180,25,24). Sum of RGB (Red+Green+Blue) = 180+25+24=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B41918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41918 is #4BE6E7. Grayscale: #474747. Windows color (decimal): -4974312 or 1579444. OLE color: 1579444.

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

Color convert

RGB 180 25 24 -
CMYK 0 0.86 0.87 0.29
HSL 0.38º 0.76% 0.4% -
HSV(B) 0.38º 0.87% 0.71% -
XYZ 19.33 10.46 1.86 -
YUV 71.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 180 25 24 0 0.86 0.87 0.29 0.38 0.76 0.4
Hex B4 19 18 0 56 57 1D 0 4C 28
Octal 264 31 30 0 126 127 35 0 114 50
Binary 10110100 11001 11000 0 1010110 1010111 11101 0 1001100 101000

Color Harmonies of #B41918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41918

Black with #B41918

Text Example


Text Example

White with #B41918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41918; }

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

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

background-color css

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

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

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

border-color css

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

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

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