Html Css Color HEX #B11E08 Fire Brick

📋 copy color: '#B11E08'

red 177 ◦ green 30 ◦ blue 8

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

Shades of Fire Brick #B11E08

Tints of Fire Brick #B11E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.95%

 BLUE value IS 8 (3.52% from 255) = 3.72%

R = 82.33%
G = 13.95%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B11E08 (or 0xB11E08) is known color: Fire Brick. HEX triplet: B1, 1E and 08. RGB value is (177,30,8). Sum of RGB (Red+Green+Blue) = 177+30+8=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11E08 is #4EE1F7. Grayscale: #474747. Windows color (decimal): -5169656 or 532145. OLE color: 532145.

HSL color Cylindrical-coordinate representation of color #B11E08: hue angle of 7.81º degrees, saturation: 0.91, 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 #B11E08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 30 8 -
CMYK 0 0.83 0.95 0.31
HSL 7.81º 0.91% 0.36% -
HSV(B) 7.81º 0.95% 0.69% -
XYZ 18.64 10.29 1.23 -
YUV 71.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 177 30 8 0 0.83 0.95 0.31 7.81 0.91 0.36
Hex B1 1E 8 0 53 5F 1F 8 5B 24
Octal 261 36 10 0 123 137 37 10 133 44
Binary 10110001 11110 1000 0 1010011 1011111 11111 1000 1011011 100100

Color Harmonies of #B11E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11E08

Black with #B11E08

Text Example


Text Example

White with #B11E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11E08; }

 p { color: rgb(177,30,8); }

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

background-color css

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

 a { background-color: rgb(177,30,8); }

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

border-color css

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

 span { border-color: rgb(177,30,8); }

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