Html Css Color HEX #B13221 Fire Brick

📋 copy color: '#B13221'

red 177 ◦ green 50 ◦ blue 33

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

Shades of Fire Brick #B13221

Tints of Fire Brick #B13221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 68.08%
G = 19.23%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13221 (or 0xB13221) is known color: Fire Brick. HEX triplet: B1, 32 and 21. RGB value is (177,50,33). Sum of RGB (Red+Green+Blue) = 177+50+33=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B13221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13221 is #4ECDDE. Grayscale: #565656. Windows color (decimal): -5164511 or 2175665. OLE color: 2175665.

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

Color convert

RGB 177 50 33 -
CMYK 0 0.72 0.81 0.31
HSL 7.08º 0.69% 0.41% -
HSV(B) 7.08º 0.81% 0.69% -
XYZ 19.55 11.74 2.67 -
YUV 86.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 177 50 33 0 0.72 0.81 0.31 7.08 0.69 0.41
Hex B1 32 21 0 48 51 1F 7 45 29
Octal 261 62 41 0 110 121 37 7 105 51
Binary 10110001 110010 100001 0 1001000 1010001 11111 111 1000101 101001

Color Harmonies of #B13221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13221

Black with #B13221

Text Example


Text Example

White with #B13221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13221; }

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

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

background-color css

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

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

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

border-color css

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

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

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