Html Css Color HEX #B03511 Rust

📋 copy color: '#B03511'

red 176 ◦ green 53 ◦ blue 17

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

Shades of Rust #B03511

Tints of Rust #B03511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 71.54%
G = 21.54%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03511 (or 0xB03511) is known color: Rust. HEX triplet: B0, 35 and 11. RGB value is (176,53,17). Sum of RGB (Red+Green+Blue) = 176+53+17=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03511 is #4FCAEE. Grayscale: #555555. Windows color (decimal): -5229295 or 1127856. OLE color: 1127856.

HSL color Cylindrical-coordinate representation of color #B03511: hue angle of 13.58º 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 #B03511 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 17 -
CMYK 0 0.70 0.90 0.31
HSL 13.58º 0.82% 0.38% -
HSV(B) 13.58º 0.9% 0.69% -
XYZ 19.28 11.82 1.8 -
YUV 85.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 176 53 17 0 0.70 0.90 0.31 13.58 0.82 0.38
Hex B0 35 11 0 46 5A 1F E 52 26
Octal 260 65 21 0 106 132 37 16 122 46
Binary 10110000 110101 10001 0 1000110 1011010 11111 1110 1010010 100110

Color Harmonies of #B03511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03511

Black with #B03511

Text Example


Text Example

White with #B03511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03511; }

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

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

background-color css

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

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

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

border-color css

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

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

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