Html Css Color HEX #B34701 Rust

📋 copy color: '#B34701'

red 179 ◦ green 71 ◦ blue 1

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

Shades of Rust #B34701

Tints of Rust #B34701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 71.31%
G = 28.29%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34701 (or 0xB34701) is known color: Rust. HEX triplet: B3, 47 and 01. RGB value is (179,71,1). Sum of RGB (Red+Green+Blue) = 179+71+1=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B34701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34701 is #4CB8FE. Grayscale: #5F5F5F. Windows color (decimal): -5028095 or 83891. OLE color: 83891.

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

Color convert

RGB 179 71 1 -
CMYK 0 0.60 0.99 0.30
HSL 23.6º 0.99% 0.35% -
HSV(B) 23.6º 0.99% 0.7% -
XYZ 20.85 14.09 1.65 -
YUV 95.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 179 71 1 0 0.60 0.99 0.30 23.6 0.99 0.35
Hex B3 47 1 0 3C 63 1E 18 63 23
Octal 263 107 1 0 74 143 36 30 143 43
Binary 10110011 1000111 1 0 111100 1100011 11110 11000 1100011 100011

Color Harmonies of #B34701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34701

Black with #B34701

Text Example


Text Example

White with #B34701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34701; }

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

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

background-color css

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

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

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

border-color css

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

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

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