Html Css Color HEX #B03120 Fire Brick

📋 copy color: '#B03120'

red 176 ◦ green 49 ◦ blue 32

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

Shades of Fire Brick #B03120

Tints of Fire Brick #B03120

RGB

 RED value IS 176 (69.14% from 255) = 68.48%

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 68.48%
G = 19.07%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03120 (or 0xB03120) is known color: Fire Brick. HEX triplet: B0, 31 and 20. RGB value is (176,49,32). Sum of RGB (Red+Green+Blue) = 176+49+32=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B03120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03120 is #4FCEDF. Grayscale: #555555. Windows color (decimal): -5230304 or 2109872. OLE color: 2109872.

HSL color Cylindrical-coordinate representation of color #B03120: hue angle of 7.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B03120 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 32 -
CMYK 0 0.72 0.82 0.31
HSL 7.08º 0.69% 0.41% -
HSV(B) 7.08º 0.82% 0.69% -
XYZ 19.26 11.53 2.58 -
YUV 85.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 176 49 32 0 0.72 0.82 0.31 7.08 0.69 0.41
Hex B0 31 20 0 48 52 1F 7 45 29
Octal 260 61 40 0 110 122 37 7 105 51
Binary 10110000 110001 100000 0 1001000 1010010 11111 111 1000101 101001

Color Harmonies of #B03120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03120

Black with #B03120

Text Example


Text Example

White with #B03120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03120; }

 p { color: rgb(176,49,32); }

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

background-color css

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

 a { background-color: rgb(176,49,32); }

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

border-color css

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

 span { border-color: rgb(176,49,32); }

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