Html Css Color HEX #B12106 Fire Brick

📋 copy color: '#B12106'

red 177 ◦ green 33 ◦ blue 6

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

Shades of Fire Brick #B12106

Tints of Fire Brick #B12106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 6 (2.73% from 255) = 2.78%

R = 81.94%
G = 15.28%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B12106 (or 0xB12106) is known color: Fire Brick. HEX triplet: B1, 21 and 06. RGB value is (177,33,6). Sum of RGB (Red+Green+Blue) = 177+33+6=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B12106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12106 is #4EDEF9. Grayscale: #494949. Windows color (decimal): -5168890 or 401841. OLE color: 401841.

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

Color convert

RGB 177 33 6 -
CMYK 0 0.81 0.97 0.31
HSL 9.47º 0.93% 0.36% -
HSV(B) 9.47º 0.97% 0.69% -
XYZ 18.71 10.45 1.2 -
YUV 72.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 177 33 6 0 0.81 0.97 0.31 9.47 0.93 0.36
Hex B1 21 6 0 51 61 1F 9 5D 24
Octal 261 41 6 0 121 141 37 11 135 44
Binary 10110001 100001 110 0 1010001 1100001 11111 1001 1011101 100100

Color Harmonies of #B12106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12106

Black with #B12106

Text Example


Text Example

White with #B12106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12106; }

 p { color: rgb(177,33,6); }

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

background-color css

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

 a { background-color: rgb(177,33,6); }

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

border-color css

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

 span { border-color: rgb(177,33,6); }

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