Html Css Color HEX #B34011 Rust

📋 copy color: '#B34011'

red 179 ◦ green 64 ◦ blue 17

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

Shades of Rust #B34011

Tints of Rust #B34011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 68.85%
G = 24.62%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34011 (or 0xB34011) is known color: Rust. HEX triplet: B3, 40 and 11. RGB value is (179,64,17). Sum of RGB (Red+Green+Blue) = 179+64+17=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B34011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34011 is #4CBFEE. Grayscale: #5D5D5D. Windows color (decimal): -5029871 or 1130675. OLE color: 1130675.

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

Color convert

RGB 179 64 17 -
CMYK 0 0.64 0.91 0.30
HSL 17.41º 0.83% 0.38% -
HSV(B) 17.41º 0.91% 0.7% -
XYZ 20.52 13.29 2.01 -
YUV 93.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 179 64 17 0 0.64 0.91 0.30 17.41 0.83 0.38
Hex B3 40 11 0 40 5B 1E 11 53 26
Octal 263 100 21 0 100 133 36 21 123 46
Binary 10110011 1000000 10001 0 1000000 1011011 11110 10001 1010011 100110

Color Harmonies of #B34011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34011

Black with #B34011

Text Example


Text Example

White with #B34011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34011; }

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

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

background-color css

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

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

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

border-color css

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

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

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