Html Css Color HEX #B5201B Fire Brick

📋 copy color: '#B5201B'

red 181 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #B5201B

Tints of Fire Brick #B5201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 75.42%
G = 13.33%
B = 11.25%

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

#B5201B (or 0xB5201B) is known color: Fire Brick. HEX triplet: B5, 20 and 1B. RGB value is (181,32,27). Sum of RGB (Red+Green+Blue) = 181+32+27=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B5201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5201B is #4ADFE4. Grayscale: #4C4C4C. Windows color (decimal): -4906981 or 1777845. OLE color: 1777845.

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

Color convert

RGB 181 32 27 -
CMYK 0 0.82 0.85 0.29
HSL 1.95º 0.74% 0.41% -
HSV(B) 1.95º 0.85% 0.71% -
XYZ 19.77 10.94 2.11 -
YUV 75.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 181 32 27 0 0.82 0.85 0.29 1.95 0.74 0.41
Hex B5 20 1B 0 52 55 1D 2 4A 29
Octal 265 40 33 0 122 125 35 2 112 51
Binary 10110101 100000 11011 0 1010010 1010101 11101 10 1001010 101001

Color Harmonies of #B5201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5201B

Black with #B5201B

Text Example


Text Example

White with #B5201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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