Html Css Color HEX #B34700 Rust

📋 copy color: '#B34700'

red 179 ◦ green 71 ◦ blue 0

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

Shades of Rust #B34700

Tints of Rust #B34700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.6%
G = 28.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B34700 (or 0xB34700) is known color: Rust. HEX triplet: B3, 47 and 00. RGB value is (179,71,0). Sum of RGB (Red+Green+Blue) = 179+71+0=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B34700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34700 is #4CB8FF. Grayscale: #5F5F5F. Windows color (decimal): -5028096 or 18355. OLE color: 18355.

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

Color convert

RGB 179 71 0 -
CMYK 0 0.60 1 0.30
HSL 23.8º 1% 0.35% -
HSV(B) 23.8º 1% 0.7% -
XYZ 20.84 14.09 1.62 -
YUV 95.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 179 71 0 0 0.60 1 0.30 23.8 1 0.35
Hex B3 47 0 0 3C 64 1E 18 64 23
Octal 263 107 0 0 74 144 36 30 144 43
Binary 10110011 1000111 0 0 111100 1100100 11110 11000 1100100 100011

Color Harmonies of #B34700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34700

Black with #B34700

Text Example


Text Example

White with #B34700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34700; }

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

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

background-color css

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

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

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

border-color css

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

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

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