Html Css Color HEX #B3470E Rust

📋 copy color: '#B3470E'

red 179 ◦ green 71 ◦ blue 14

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

Shades of Rust #B3470E

Tints of Rust #B3470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 67.8%
G = 26.89%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3470E (or 0xB3470E) is known color: Rust. HEX triplet: B3, 47 and 0E. RGB value is (179,71,14). Sum of RGB (Red+Green+Blue) = 179+71+14=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3470E is #4CB8F1. Grayscale: #616161. Windows color (decimal): -5028082 or 935859. OLE color: 935859.

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

Color convert

RGB 179 71 14 -
CMYK 0 0.60 0.92 0.30
HSL 20.73º 0.85% 0.38% -
HSV(B) 20.73º 0.92% 0.7% -
XYZ 20.92 14.12 2.04 -
YUV 96.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 179 71 14 0 0.60 0.92 0.30 20.73 0.85 0.38
Hex B3 47 E 0 3C 5C 1E 15 55 26
Octal 263 107 16 0 74 134 36 25 125 46
Binary 10110011 1000111 1110 0 111100 1011100 11110 10101 1010101 100110

Color Harmonies of #B3470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3470E

Black with #B3470E

Text Example


Text Example

White with #B3470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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