Html Css Color HEX #B34110 Rust

📋 copy color: '#B34110'

red 179 ◦ green 65 ◦ blue 16

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

Shades of Rust #B34110

Tints of Rust #B34110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 68.85%
G = 25%
B = 6.15%

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

#B34110 (or 0xB34110) is known color: Rust. HEX triplet: B3, 41 and 10. RGB value is (179,65,16). Sum of RGB (Red+Green+Blue) = 179+65+16=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B34110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34110 is #4CBEEF. Grayscale: #5D5D5D. Windows color (decimal): -5029616 or 1065395. OLE color: 1065395.

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

Color convert

RGB 179 65 16 -
CMYK 0 0.64 0.91 0.30
HSL 18.04º 0.84% 0.38% -
HSV(B) 18.04º 0.91% 0.7% -
XYZ 20.57 13.4 1.99 -
YUV 93.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 179 65 16 0 0.64 0.91 0.30 18.04 0.84 0.38
Hex B3 41 10 0 40 5B 1E 12 54 26
Octal 263 101 20 0 100 133 36 22 124 46
Binary 10110011 1000001 10000 0 1000000 1011011 11110 10010 1010100 100110

Color Harmonies of #B34110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34110

Black with #B34110

Text Example


Text Example

White with #B34110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34110; }

 p { color: rgb(179,65,16); }

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

background-color css

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

 a { background-color: rgb(179,65,16); }

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

border-color css

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

 span { border-color: rgb(179,65,16); }

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