Html Css Color HEX #B33111 Rust

📋 copy color: '#B33111'

red 179 ◦ green 49 ◦ blue 17

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

Shades of Rust #B33111

Tints of Rust #B33111

RGB

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

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

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

R = 73.06%
G = 20%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33111 (or 0xB33111) is known color: Rust. HEX triplet: B3, 31 and 11. RGB value is (179,49,17). Sum of RGB (Red+Green+Blue) = 179+49+17=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33111 is #4CCEEE. Grayscale: #545454. Windows color (decimal): -5033711 or 1126835. OLE color: 1126835.

HSL color Cylindrical-coordinate representation of color #B33111: hue angle of 11.85º 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 #B33111 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 17 -
CMYK 0 0.73 0.91 0.30
HSL 11.85º 0.83% 0.38% -
HSV(B) 11.85º 0.91% 0.7% -
XYZ 19.79 11.82 1.77 -
YUV 84.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 179 49 17 0 0.73 0.91 0.30 11.85 0.83 0.38
Hex B3 31 11 0 49 5B 1E C 53 26
Octal 263 61 21 0 111 133 36 14 123 46
Binary 10110011 110001 10001 0 1001001 1011011 11110 1100 1010011 100110

Color Harmonies of #B33111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33111

Black with #B33111

Text Example


Text Example

White with #B33111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33111; }

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

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

background-color css

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

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

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

border-color css

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

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

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