Html Css Color HEX #B5211C Fire Brick

📋 copy color: '#B5211C'

red 181 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #B5211C

Tints of Fire Brick #B5211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 74.79%
G = 13.64%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5211C (or 0xB5211C) is known color: Fire Brick. HEX triplet: B5, 21 and 1C. RGB value is (181,33,28). Sum of RGB (Red+Green+Blue) = 181+33+28=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5211C is #4ADEE3. Grayscale: #4C4C4C. Windows color (decimal): -4906724 or 1843637. OLE color: 1843637.

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

Color convert

RGB 181 33 28 -
CMYK 0 0.82 0.85 0.29
HSL 1.96º 0.73% 0.41% -
HSV(B) 1.96º 0.85% 0.71% -
XYZ 19.81 11 2.18 -
YUV 76.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 181 33 28 0 0.82 0.85 0.29 1.96 0.73 0.41
Hex B5 21 1C 0 52 55 1D 2 49 29
Octal 265 41 34 0 122 125 35 2 111 51
Binary 10110101 100001 11100 0 1010010 1010101 11101 10 1001001 101001

Color Harmonies of #B5211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5211C

Black with #B5211C

Text Example


Text Example

White with #B5211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5211C; }

 p { color: rgb(181,33,28); }

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

background-color css

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

 a { background-color: rgb(181,33,28); }

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

border-color css

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

 span { border-color: rgb(181,33,28); }

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