Html Css Color HEX #B33511 Rust

📋 copy color: '#B33511'

red 179 ◦ green 53 ◦ blue 17

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

Shades of Rust #B33511

Tints of Rust #B33511

RGB

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

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

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

R = 71.89%
G = 21.29%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33511 (or 0xB33511) is known color: Rust. HEX triplet: B3, 35 and 11. RGB value is (179,53,17). Sum of RGB (Red+Green+Blue) = 179+53+17=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B33511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33511 is #4CCAEE. Grayscale: #565656. Windows color (decimal): -5032687 or 1127859. OLE color: 1127859.

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

Color convert

RGB 179 53 17 -
CMYK 0 0.70 0.91 0.30
HSL 13.33º 0.83% 0.38% -
HSV(B) 13.33º 0.91% 0.7% -
XYZ 19.96 12.17 1.83 -
YUV 86.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 179 53 17 0 0.70 0.91 0.30 13.33 0.83 0.38
Hex B3 35 11 0 46 5B 1E D 53 26
Octal 263 65 21 0 106 133 36 15 123 46
Binary 10110011 110101 10001 0 1000110 1011011 11110 1101 1010011 100110

Color Harmonies of #B33511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33511

Black with #B33511

Text Example


Text Example

White with #B33511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33511; }

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

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

background-color css

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

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

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

border-color css

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

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

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