Html Css Color HEX #B5200C Fire Brick

📋 copy color: '#B5200C'

red 181 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #B5200C

Tints of Fire Brick #B5200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 80.44%
G = 14.22%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5200C (or 0xB5200C) is known color: Fire Brick. HEX triplet: B5, 20 and 0C. RGB value is (181,32,12). Sum of RGB (Red+Green+Blue) = 181+32+12=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200C is #4ADFF3. Grayscale: #4A4A4A. Windows color (decimal): -4906996 or 794805. OLE color: 794805.

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

Color convert

RGB 181 32 12 -
CMYK 0 0.82 0.93 0.29
HSL 7.1º 0.88% 0.38% -
HSV(B) 7.1º 0.93% 0.71% -
XYZ 19.64 10.88 1.41 -
YUV 74.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 181 32 12 0 0.82 0.93 0.29 7.1 0.88 0.38
Hex B5 20 C 0 52 5D 1D 7 58 26
Octal 265 40 14 0 122 135 35 7 130 46
Binary 10110101 100000 1100 0 1010010 1011101 11101 111 1011000 100110

Color Harmonies of #B5200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5200C

Black with #B5200C

Text Example


Text Example

White with #B5200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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