Html Css Color HEX #B03711 Rust

📋 copy color: '#B03711'

red 176 ◦ green 55 ◦ blue 17

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

Shades of Rust #B03711

Tints of Rust #B03711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 70.97%
G = 22.18%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03711 (or 0xB03711) is known color: Rust. HEX triplet: B0, 37 and 11. RGB value is (176,55,17). Sum of RGB (Red+Green+Blue) = 176+55+17=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03711 is #4FC8EE. Grayscale: #575757. Windows color (decimal): -5228783 or 1128368. OLE color: 1128368.

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

Color convert

RGB 176 55 17 -
CMYK 0 0.69 0.90 0.31
HSL 14.34º 0.82% 0.38% -
HSV(B) 14.34º 0.9% 0.69% -
XYZ 19.37 12 1.83 -
YUV 86.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 176 55 17 0 0.69 0.90 0.31 14.34 0.82 0.38
Hex B0 37 11 0 45 5A 1F E 52 26
Octal 260 67 21 0 105 132 37 16 122 46
Binary 10110000 110111 10001 0 1000101 1011010 11111 1110 1010010 100110

Color Harmonies of #B03711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03711

Black with #B03711

Text Example


Text Example

White with #B03711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03711; }

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

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

background-color css

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

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

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

border-color css

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

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

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