Html Css Color HEX #B34712 Rust

📋 copy color: '#B34712'

red 179 ◦ green 71 ◦ blue 18

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

Shades of Rust #B34712

Tints of Rust #B34712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 66.79%
G = 26.49%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B34712 (or 0xB34712) is known color: Rust. HEX triplet: B3, 47 and 12. RGB value is (179,71,18). Sum of RGB (Red+Green+Blue) = 179+71+18=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34712 is #4CB8ED. Grayscale: #616161. Windows color (decimal): -5028078 or 1198003. OLE color: 1198003.

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

Color convert

RGB 179 71 18 -
CMYK 0 0.60 0.90 0.30
HSL 19.75º 0.82% 0.39% -
HSV(B) 19.75º 0.9% 0.7% -
XYZ 20.95 14.13 2.2 -
YUV 97.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 179 71 18 0 0.60 0.90 0.30 19.75 0.82 0.39
Hex B3 47 12 0 3C 5A 1E 14 52 27
Octal 263 107 22 0 74 132 36 24 122 47
Binary 10110011 1000111 10010 0 111100 1011010 11110 10100 1010010 100111

Color Harmonies of #B34712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34712

Black with #B34712

Text Example


Text Example

White with #B34712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34712; }

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

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

background-color css

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

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

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

border-color css

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

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

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