Html Css Color HEX #B12222 Fire Brick

📋 copy color: '#B12222'

red 177 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #B12222

Tints of Fire Brick #B12222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

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

R = 72.24%
G = 13.88%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B12222 (or 0xB12222) is known color: Fire Brick. HEX triplet: B1, 22 and 22. RGB value is (177,34,34). Sum of RGB (Red+Green+Blue) = 177+34+34=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B12222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12222 is #4EDDDD. Grayscale: #4C4C4C. Windows color (decimal): -5168606 or 2237105. OLE color: 2237105.

HSL color Cylindrical-coordinate representation of color #B12222: hue angle of 0º 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 #B12222 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 34 -
CMYK 0 0.81 0.81 0.31
HSL 0.68% 0.41% -
HSV(B) 0.81% 0.69% -
XYZ 18.99 10.61 2.56 -
YUV 76.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 177 34 34 0 0.81 0.81 0.31 0 0.68 0.41
Hex B1 22 22 0 51 51 1F 0 44 29
Octal 261 42 42 0 121 121 37 0 104 51
Binary 10110001 100010 100010 0 1010001 1010001 11111 0 1000100 101001

Color Harmonies of #B12222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12222

Black with #B12222

Text Example


Text Example

White with #B12222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12222; }

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

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

background-color css

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

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

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

border-color css

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

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

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