Html Css Color HEX #B5211A Fire Brick

📋 copy color: '#B5211A'

red 181 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #B5211A

Tints of Fire Brick #B5211A

RGB

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

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

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

R = 75.42%
G = 13.75%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5211A (or 0xB5211A) is known color: Fire Brick. HEX triplet: B5, 21 and 1A. RGB value is (181,33,26). Sum of RGB (Red+Green+Blue) = 181+33+26=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B5211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5211A is #4ADEE5. Grayscale: #4C4C4C. Windows color (decimal): -4906726 or 1712565. OLE color: 1712565.

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

Color convert

RGB 181 33 26 -
CMYK 0 0.82 0.86 0.29
HSL 2.71º 0.75% 0.41% -
HSV(B) 2.71º 0.86% 0.71% -
XYZ 19.79 10.99 2.05 -
YUV 76.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 181 33 26 0 0.82 0.86 0.29 2.71 0.75 0.41
Hex B5 21 1A 0 52 56 1D 3 4B 29
Octal 265 41 32 0 122 126 35 3 113 51
Binary 10110101 100001 11010 0 1010010 1010110 11101 11 1001011 101001

Color Harmonies of #B5211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5211A

Black with #B5211A

Text Example


Text Example

White with #B5211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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