Html Css Color HEX #B11909 Fire Brick

📋 copy color: '#B11909'

red 177 ◦ green 25 ◦ blue 9

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

Shades of Fire Brick #B11909

Tints of Fire Brick #B11909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.27%

R = 83.89%
G = 11.85%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B11909 (or 0xB11909) is known color: Fire Brick. HEX triplet: B1, 19 and 09. RGB value is (177,25,9). Sum of RGB (Red+Green+Blue) = 177+25+9=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B11909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11909 is #4EE6F6. Grayscale: #444444. Windows color (decimal): -5170935 or 596401. OLE color: 596401.

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

Color convert

RGB 177 25 9 -
CMYK 0 0.86 0.95 0.31
HSL 5.71º 0.9% 0.36% -
HSV(B) 5.71º 0.95% 0.69% -
XYZ 18.53 10.06 1.22 -
YUV 68.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 177 25 9 0 0.86 0.95 0.31 5.71 0.9 0.36
Hex B1 19 9 0 56 5F 1F 6 5A 24
Octal 261 31 11 0 126 137 37 6 132 44
Binary 10110001 11001 1001 0 1010110 1011111 11111 110 1011010 100100

Color Harmonies of #B11909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11909

Black with #B11909

Text Example


Text Example

White with #B11909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11909; }

 p { color: rgb(177,25,9); }

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

background-color css

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

 a { background-color: rgb(177,25,9); }

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

border-color css

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

 span { border-color: rgb(177,25,9); }

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