Html Css Color HEX #B34311 Rust

📋 copy color: '#B34311'

red 179 ◦ green 67 ◦ blue 17

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

Shades of Rust #B34311

Tints of Rust #B34311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 68.06%
G = 25.48%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34311 (or 0xB34311) is known color: Rust. HEX triplet: B3, 43 and 11. RGB value is (179,67,17). Sum of RGB (Red+Green+Blue) = 179+67+17=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B34311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34311 is #4CBCEE. Grayscale: #5F5F5F. Windows color (decimal): -5029103 or 1131443. OLE color: 1131443.

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

Color convert

RGB 179 67 17 -
CMYK 0 0.63 0.91 0.30
HSL 18.52º 0.83% 0.38% -
HSV(B) 18.52º 0.91% 0.7% -
XYZ 20.7 13.64 2.07 -
YUV 94.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 179 67 17 0 0.63 0.91 0.30 18.52 0.83 0.38
Hex B3 43 11 0 3F 5B 1E 13 53 26
Octal 263 103 21 0 77 133 36 23 123 46
Binary 10110011 1000011 10001 0 111111 1011011 11110 10011 1010011 100110

Color Harmonies of #B34311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34311

Black with #B34311

Text Example


Text Example

White with #B34311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34311; }

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

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

background-color css

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

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

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

border-color css

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

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

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