Html Css Color HEX #B5221A Fire Brick

📋 copy color: '#B5221A'

red 181 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #B5221A

Tints of Fire Brick #B5221A

RGB

 RED value IS 181 (71.09% from 255) = 75.1%

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

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

R = 75.1%
G = 14.11%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5221A (or 0xB5221A) is known color: Fire Brick. HEX triplet: B5, 22 and 1A. RGB value is (181,34,26). Sum of RGB (Red+Green+Blue) = 181+34+26=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B5221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5221A is #4ADDE5. Grayscale: #4D4D4D. Windows color (decimal): -4906470 or 1712821. OLE color: 1712821.

HSL color Cylindrical-coordinate representation of color #B5221A: hue angle of 3.1º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5221A is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 26 -
CMYK 0 0.81 0.86 0.29
HSL 3.1º 0.75% 0.41% -
HSV(B) 3.1º 0.86% 0.71% -
XYZ 19.81 11.04 2.06 -
YUV 77.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 181 34 26 0 0.81 0.86 0.29 3.1 0.75 0.41
Hex B5 22 1A 0 51 56 1D 3 4B 29
Octal 265 42 32 0 121 126 35 3 113 51
Binary 10110101 100010 11010 0 1010001 1010110 11101 11 1001011 101001

Color Harmonies of #B5221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5221A

Black with #B5221A

Text Example


Text Example

White with #B5221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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