Html Css Color HEX #B34610 Rust

📋 copy color: '#B34610'

red 179 ◦ green 70 ◦ blue 16

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

Shades of Rust #B34610

Tints of Rust #B34610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 67.55%
G = 26.42%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34610 (or 0xB34610) is known color: Rust. HEX triplet: B3, 46 and 10. RGB value is (179,70,16). Sum of RGB (Red+Green+Blue) = 179+70+16=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B34610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34610 is #4CB9EF. Grayscale: #606060. Windows color (decimal): -5028336 or 1066675. OLE color: 1066675.

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

Color convert

RGB 179 70 16 -
CMYK 0 0.61 0.91 0.30
HSL 19.88º 0.84% 0.38% -
HSV(B) 19.88º 0.91% 0.7% -
XYZ 20.87 14 2.09 -
YUV 96.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 179 70 16 0 0.61 0.91 0.30 19.88 0.84 0.38
Hex B3 46 10 0 3D 5B 1E 14 54 26
Octal 263 106 20 0 75 133 36 24 124 46
Binary 10110011 1000110 10000 0 111101 1011011 11110 10100 1010100 100110

Color Harmonies of #B34610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34610

Black with #B34610

Text Example


Text Example

White with #B34610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34610; }

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

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

background-color css

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

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

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

border-color css

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

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

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