Html Css Color HEX #B34702 Rust

📋 copy color: '#B34702'

red 179 ◦ green 71 ◦ blue 2

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

Shades of Rust #B34702

Tints of Rust #B34702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 71.03%
G = 28.17%
B = 0.79%

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

#B34702 (or 0xB34702) is known color: Rust. HEX triplet: B3, 47 and 02. RGB value is (179,71,2). Sum of RGB (Red+Green+Blue) = 179+71+2=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34702 is #4CB8FD. Grayscale: #5F5F5F. Windows color (decimal): -5028094 or 149427. OLE color: 149427.

HSL color Cylindrical-coordinate representation of color #B34702: hue angle of 23.39º degrees, saturation: 0.98, 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 #B34702 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 2 -
CMYK 0 0.60 0.99 0.30
HSL 23.39º 0.98% 0.35% -
HSV(B) 23.39º 0.99% 0.7% -
XYZ 20.85 14.09 1.68 -
YUV 95.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 179 71 2 0 0.60 0.99 0.30 23.39 0.98 0.35
Hex B3 47 2 0 3C 63 1E 17 62 23
Octal 263 107 2 0 74 143 36 27 142 43
Binary 10110011 1000111 10 0 111100 1100011 11110 10111 1100010 100011

Color Harmonies of #B34702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34702

Black with #B34702

Text Example


Text Example

White with #B34702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34702; }

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

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

background-color css

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

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

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

border-color css

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

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

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