Html Css Color HEX #B34709 Rust

📋 copy color: '#B34709'

red 179 ◦ green 71 ◦ blue 9

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

Shades of Rust #B34709

Tints of Rust #B34709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 69.11%
G = 27.41%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B34709 (or 0xB34709) is known color: Rust. HEX triplet: B3, 47 and 09. RGB value is (179,71,9). Sum of RGB (Red+Green+Blue) = 179+71+9=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B34709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34709 is #4CB8F6. Grayscale: #606060. Windows color (decimal): -5028087 or 608179. OLE color: 608179.

HSL color Cylindrical-coordinate representation of color #B34709: hue angle of 21.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B34709 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 9 -
CMYK 0 0.60 0.95 0.30
HSL 21.88º 0.9% 0.37% -
HSV(B) 21.88º 0.95% 0.7% -
XYZ 20.89 14.11 1.88 -
YUV 96.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 179 71 9 0 0.60 0.95 0.30 21.88 0.9 0.37
Hex B3 47 9 0 3C 5F 1E 16 5A 25
Octal 263 107 11 0 74 137 36 26 132 45
Binary 10110011 1000111 1001 0 111100 1011111 11110 10110 1011010 100101

Color Harmonies of #B34709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34709

Black with #B34709

Text Example


Text Example

White with #B34709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34709; }

 p { color: rgb(179,71,9); }

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

background-color css

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

 a { background-color: rgb(179,71,9); }

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

border-color css

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

 span { border-color: rgb(179,71,9); }

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