Html Css Color HEX #B12E22 Fire Brick

📋 copy color: '#B12E22'

red 177 ◦ green 46 ◦ blue 34

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

Shades of Fire Brick #B12E22

Tints of Fire Brick #B12E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 34 (13.67% from 255) = 13.23%

R = 68.87%
G = 17.9%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B12E22 (or 0xB12E22) is known color: Fire Brick. HEX triplet: B1, 2E and 22. RGB value is (177,46,34). Sum of RGB (Red+Green+Blue) = 177+46+34=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E22 is #4ED1DD. Grayscale: #535353. Windows color (decimal): -5165534 or 2240177. OLE color: 2240177.

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

Color convert

RGB 177 46 34 -
CMYK 0 0.74 0.81 0.31
HSL 5.03º 0.68% 0.41% -
HSV(B) 5.03º 0.81% 0.69% -
XYZ 19.4 11.42 2.69 -
YUV 83.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 177 46 34 0 0.74 0.81 0.31 5.03 0.68 0.41
Hex B1 2E 22 0 4A 51 1F 5 44 29
Octal 261 56 42 0 112 121 37 5 104 51
Binary 10110001 101110 100010 0 1001010 1010001 11111 101 1000100 101001

Color Harmonies of #B12E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E22

Black with #B12E22

Text Example


Text Example

White with #B12E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E22; }

 p { color: rgb(177,46,34); }

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

background-color css

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

 a { background-color: rgb(177,46,34); }

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

border-color css

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

 span { border-color: rgb(177,46,34); }

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