Html Css Color HEX #B5201C Fire Brick

📋 copy color: '#B5201C'

red 181 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #B5201C

Tints of Fire Brick #B5201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 75.1%
G = 13.28%
B = 11.62%

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

#B5201C (or 0xB5201C) is known color: Fire Brick. HEX triplet: B5, 20 and 1C. RGB value is (181,32,28). Sum of RGB (Red+Green+Blue) = 181+32+28=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B5201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5201C is #4ADFE3. Grayscale: #4C4C4C. Windows color (decimal): -4906980 or 1843381. OLE color: 1843381.

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

Color convert

RGB 181 32 28 -
CMYK 0 0.82 0.85 0.29
HSL 1.57º 0.73% 0.41% -
HSV(B) 1.57º 0.85% 0.71% -
XYZ 19.78 10.94 2.17 -
YUV 76.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 181 32 28 0 0.82 0.85 0.29 1.57 0.73 0.41
Hex B5 20 1C 0 52 55 1D 2 49 29
Octal 265 40 34 0 122 125 35 2 111 51
Binary 10110101 100000 11100 0 1010010 1010101 11101 10 1001001 101001

Color Harmonies of #B5201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5201C

Black with #B5201C

Text Example


Text Example

White with #B5201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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