Html Css Color HEX #B03111 Rust

📋 copy color: '#B03111'

red 176 ◦ green 49 ◦ blue 17

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

Shades of Rust #B03111

Tints of Rust #B03111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 72.73%
G = 20.25%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03111 (or 0xB03111) is known color: Rust. HEX triplet: B0, 31 and 11. RGB value is (176,49,17). Sum of RGB (Red+Green+Blue) = 176+49+17=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B03111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03111 is #4FCEEE. Grayscale: #535353. Windows color (decimal): -5230319 or 1126832. OLE color: 1126832.

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

Color convert

RGB 176 49 17 -
CMYK 0 0.72 0.90 0.31
HSL 12.08º 0.82% 0.38% -
HSV(B) 12.08º 0.9% 0.69% -
XYZ 19.1 11.47 1.74 -
YUV 83.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 176 49 17 0 0.72 0.90 0.31 12.08 0.82 0.38
Hex B0 31 11 0 48 5A 1F C 52 26
Octal 260 61 21 0 110 132 37 14 122 46
Binary 10110000 110001 10001 0 1001000 1011010 11111 1100 1010010 100110

Color Harmonies of #B03111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03111

Black with #B03111

Text Example


Text Example

White with #B03111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03111; }

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

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

background-color css

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

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

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

border-color css

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

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

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