Html Css Color HEX #B11C0A Fire Brick

📋 copy color: '#B11C0A'

red 177 ◦ green 28 ◦ blue 10

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

Shades of Fire Brick #B11C0A

Tints of Fire Brick #B11C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 82.33%
G = 13.02%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B11C0A (or 0xB11C0A) is known color: Fire Brick. HEX triplet: B1, 1C and 0A. RGB value is (177,28,10). Sum of RGB (Red+Green+Blue) = 177+28+10=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C0A is #4EE3F5. Grayscale: #464646. Windows color (decimal): -5170166 or 662705. OLE color: 662705.

HSL color Cylindrical-coordinate representation of color #B11C0A: hue angle of 6.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B11C0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 10 -
CMYK 0 0.84 0.94 0.31
HSL 6.47º 0.89% 0.37% -
HSV(B) 6.47º 0.94% 0.69% -
XYZ 18.6 10.2 1.28 -
YUV 70.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 177 28 10 0 0.84 0.94 0.31 6.47 0.89 0.37
Hex B1 1C A 0 54 5E 1F 6 59 25
Octal 261 34 12 0 124 136 37 6 131 45
Binary 10110001 11100 1010 0 1010100 1011110 11111 110 1011001 100101

Color Harmonies of #B11C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C0A

Black with #B11C0A

Text Example


Text Example

White with #B11C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C0A; }

 p { color: rgb(177,28,10); }

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

background-color css

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

 a { background-color: rgb(177,28,10); }

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

border-color css

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

 span { border-color: rgb(177,28,10); }

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