Html Css Color HEX #B34411 Rust

📋 copy color: '#B34411'

red 179 ◦ green 68 ◦ blue 17

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

Shades of Rust #B34411

Tints of Rust #B34411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 67.8%
G = 25.76%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34411 (or 0xB34411) is known color: Rust. HEX triplet: B3, 44 and 11. RGB value is (179,68,17). Sum of RGB (Red+Green+Blue) = 179+68+17=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B34411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34411 is #4CBBEE. Grayscale: #5F5F5F. Windows color (decimal): -5028847 or 1131699. OLE color: 1131699.

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

Color convert

RGB 179 68 17 -
CMYK 0 0.62 0.91 0.30
HSL 18.89º 0.83% 0.38% -
HSV(B) 18.89º 0.91% 0.7% -
XYZ 20.76 13.76 2.09 -
YUV 95.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 179 68 17 0 0.62 0.91 0.30 18.89 0.83 0.38
Hex B3 44 11 0 3E 5B 1E 13 53 26
Octal 263 104 21 0 76 133 36 23 123 46
Binary 10110011 1000100 10001 0 111110 1011011 11110 10011 1010011 100110

Color Harmonies of #B34411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34411

Black with #B34411

Text Example


Text Example

White with #B34411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34411; }

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

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

background-color css

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

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

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

border-color css

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

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

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