Html Css Color HEX #B12711 Fire Brick

📋 copy color: '#B12711'

red 177 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #B12711

Tints of Fire Brick #B12711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 75.97%
G = 16.74%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B12711 (or 0xB12711) is known color: Fire Brick. HEX triplet: B1, 27 and 11. RGB value is (177,39,17). Sum of RGB (Red+Green+Blue) = 177+39+17=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12711 is #4ED8EE. Grayscale: #4D4D4D. Windows color (decimal): -5167343 or 1124273. OLE color: 1124273.

HSL color Cylindrical-coordinate representation of color #B12711: hue angle of 8.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B12711 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 17 -
CMYK 0 0.78 0.90 0.31
HSL 8.25º 0.82% 0.38% -
HSV(B) 8.25º 0.9% 0.69% -
XYZ 18.96 10.84 1.62 -
YUV 77.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 177 39 17 0 0.78 0.90 0.31 8.25 0.82 0.38
Hex B1 27 11 0 4E 5A 1F 8 52 26
Octal 261 47 21 0 116 132 37 10 122 46
Binary 10110001 100111 10001 0 1001110 1011010 11111 1000 1010010 100110

Color Harmonies of #B12711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12711

Black with #B12711

Text Example


Text Example

White with #B12711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12711; }

 p { color: rgb(177,39,17); }

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

background-color css

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

 a { background-color: rgb(177,39,17); }

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

border-color css

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

 span { border-color: rgb(177,39,17); }

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