Html Css Color HEX #B11C07 Fire Brick

📋 copy color: '#B11C07'

red 177 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #B11C07

Tints of Fire Brick #B11C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 83.49%
G = 13.21%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B11C07 (or 0xB11C07) is known color: Fire Brick. HEX triplet: B1, 1C and 07. RGB value is (177,28,7). Sum of RGB (Red+Green+Blue) = 177+28+7=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C07 is #4EE3F8. Grayscale: #464646. Windows color (decimal): -5170169 or 466097. OLE color: 466097.

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

Color convert

RGB 177 28 7 -
CMYK 0 0.84 0.96 0.31
HSL 7.41º 0.92% 0.36% -
HSV(B) 7.41º 0.96% 0.69% -
XYZ 18.59 10.19 1.19 -
YUV 70.16 92.36 204.21 -
System Red Green Blue C M Y K H S L
Decimal 177 28 7 0 0.84 0.96 0.31 7.41 0.92 0.36
Hex B1 1C 7 0 54 60 1F 7 5C 24
Octal 261 34 7 0 124 140 37 7 134 44
Binary 10110001 11100 111 0 1010100 1100000 11111 111 1011100 100100

Color Harmonies of #B11C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C07

Black with #B11C07

Text Example


Text Example

White with #B11C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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