Html Css Color HEX #B33711 Rust

📋 copy color: '#B33711'

red 179 ◦ green 55 ◦ blue 17

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

Shades of Rust #B33711

Tints of Rust #B33711

RGB

 RED value IS 179 (70.31% from 255) = 71.31%

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

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

R = 71.31%
G = 21.91%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33711 (or 0xB33711) is known color: Rust. HEX triplet: B3, 37 and 11. RGB value is (179,55,17). Sum of RGB (Red+Green+Blue) = 179+55+17=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33711 is #4CC8EE. Grayscale: #585858. Windows color (decimal): -5032175 or 1128371. OLE color: 1128371.

HSL color Cylindrical-coordinate representation of color #B33711: hue angle of 14.07º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33711 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 17 -
CMYK 0 0.69 0.91 0.30
HSL 14.07º 0.83% 0.38% -
HSV(B) 14.07º 0.91% 0.7% -
XYZ 20.06 12.36 1.86 -
YUV 87.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 179 55 17 0 0.69 0.91 0.30 14.07 0.83 0.38
Hex B3 37 11 0 45 5B 1E E 53 26
Octal 263 67 21 0 105 133 36 16 123 46
Binary 10110011 110111 10001 0 1000101 1011011 11110 1110 1010011 100110

Color Harmonies of #B33711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33711

Black with #B33711

Text Example


Text Example

White with #B33711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33711; }

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

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

background-color css

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

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

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

border-color css

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

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

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