Html Css Color HEX #B41711 Fire Brick

📋 copy color: '#B41711'

red 180 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #B41711

Tints of Fire Brick #B41711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 81.82%
G = 10.45%
B = 7.73%

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

#B41711 (or 0xB41711) is known color: Fire Brick. HEX triplet: B4, 17 and 11. RGB value is (180,23,17). Sum of RGB (Red+Green+Blue) = 180+23+17=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B41711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41711 is #4BE8EE. Grayscale: #454545. Windows color (decimal): -4974831 or 1120180. OLE color: 1120180.

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

Color convert

RGB 180 23 17 -
CMYK 0 0.87 0.91 0.29
HSL 2.21º 0.83% 0.39% -
HSV(B) 2.21º 0.91% 0.71% -
XYZ 19.23 10.36 1.52 -
YUV 69.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 180 23 17 0 0.87 0.91 0.29 2.21 0.83 0.39
Hex B4 17 11 0 57 5B 1D 2 53 27
Octal 264 27 21 0 127 133 35 2 123 47
Binary 10110100 10111 10001 0 1010111 1011011 11101 10 1010011 100111

Color Harmonies of #B41711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41711

Black with #B41711

Text Example


Text Example

White with #B41711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41711; }

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

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

background-color css

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

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

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

border-color css

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

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

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