Html Css Color HEX #B11F18 Fire Brick

📋 copy color: '#B11F18'

red 177 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #B11F18

Tints of Fire Brick #B11F18

RGB

 RED value IS 177 (69.53% from 255) = 76.29%

 GREEN value IS 31 (12.5% from 255) = 13.36%

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

R = 76.29%
G = 13.36%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B11F18 (or 0xB11F18) is known color: Fire Brick. HEX triplet: B1, 1F and 18. RGB value is (177,31,24). Sum of RGB (Red+Green+Blue) = 177+31+24=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11F18 is #4EE0E7. Grayscale: #4A4A4A. Windows color (decimal): -5169384 or 1580977. OLE color: 1580977.

HSL color Cylindrical-coordinate representation of color #B11F18: hue angle of 2.75º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11F18 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 31 24 -
CMYK 0 0.82 0.86 0.31
HSL 2.75º 0.76% 0.39% -
HSV(B) 2.75º 0.86% 0.69% -
XYZ 18.79 10.39 1.88 -
YUV 73.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 177 31 24 0 0.82 0.86 0.31 2.75 0.76 0.39
Hex B1 1F 18 0 52 56 1F 3 4C 27
Octal 261 37 30 0 122 126 37 3 114 47
Binary 10110001 11111 11000 0 1010010 1010110 11111 11 1001100 100111

Color Harmonies of #B11F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11F18

Black with #B11F18

Text Example


Text Example

White with #B11F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11F18; }

 p { color: rgb(177,31,24); }

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

background-color css

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

 a { background-color: rgb(177,31,24); }

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

border-color css

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

 span { border-color: rgb(177,31,24); }

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