Html Css Color HEX #B41811 Fire Brick

📋 copy color: '#B41811'

red 180 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #B41811

Tints of Fire Brick #B41811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 81.45%
G = 10.86%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B41811 (or 0xB41811) is known color: Fire Brick. HEX triplet: B4, 18 and 11. RGB value is (180,24,17). Sum of RGB (Red+Green+Blue) = 180+24+17=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B41811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41811 is #4BE7EE. Grayscale: #464646. Windows color (decimal): -4974575 or 1120436. OLE color: 1120436.

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

Color convert

RGB 180 24 17 -
CMYK 0 0.87 0.91 0.29
HSL 2.58º 0.83% 0.39% -
HSV(B) 2.58º 0.91% 0.71% -
XYZ 19.25 10.4 1.52 -
YUV 69.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 180 24 17 0 0.87 0.91 0.29 2.58 0.83 0.39
Hex B4 18 11 0 57 5B 1D 3 53 27
Octal 264 30 21 0 127 133 35 3 123 47
Binary 10110100 11000 10001 0 1010111 1011011 11101 11 1010011 100111

Color Harmonies of #B41811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41811

Black with #B41811

Text Example


Text Example

White with #B41811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41811; }

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

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

background-color css

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

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

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

border-color css

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

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

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