Html Css Color HEX #B1221A Fire Brick

📋 copy color: '#B1221A'

red 177 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #B1221A

Tints of Fire Brick #B1221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 74.68%
G = 14.35%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1221A (or 0xB1221A) is known color: Fire Brick. HEX triplet: B1, 22 and 1A. RGB value is (177,34,26). Sum of RGB (Red+Green+Blue) = 177+34+26=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1221A is #4EDDE5. Grayscale: #4C4C4C. Windows color (decimal): -5168614 or 1712817. OLE color: 1712817.

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

Color convert

RGB 177 34 26 -
CMYK 0 0.81 0.85 0.31
HSL 3.18º 0.74% 0.4% -
HSV(B) 3.18º 0.85% 0.69% -
XYZ 18.89 10.57 2.02 -
YUV 75.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 177 34 26 0 0.81 0.85 0.31 3.18 0.74 0.4
Hex B1 22 1A 0 51 55 1F 3 4A 28
Octal 261 42 32 0 121 125 37 3 112 50
Binary 10110001 100010 11010 0 1010001 1010101 11111 11 1001010 101000

Color Harmonies of #B1221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1221A

Black with #B1221A

Text Example


Text Example

White with #B1221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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