Html Css Color HEX #B3490E Rust

📋 copy color: '#B3490E'

red 179 ◦ green 73 ◦ blue 14

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

Shades of Rust #B3490E

Tints of Rust #B3490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 67.29%
G = 27.44%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3490E (or 0xB3490E) is known color: Rust. HEX triplet: B3, 49 and 0E. RGB value is (179,73,14). Sum of RGB (Red+Green+Blue) = 179+73+14=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B3490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3490E is #4CB6F1. Grayscale: #626262. Windows color (decimal): -5027570 or 936371. OLE color: 936371.

HSL color Cylindrical-coordinate representation of color #B3490E: hue angle of 21.45º 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 #B3490E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 14 -
CMYK 0 0.59 0.92 0.30
HSL 21.45º 0.85% 0.38% -
HSV(B) 21.45º 0.92% 0.7% -
XYZ 21.05 14.38 2.08 -
YUV 97.97 80.62 185.8 -
System Red Green Blue C M Y K H S L
Decimal 179 73 14 0 0.59 0.92 0.30 21.45 0.85 0.38
Hex B3 49 E 0 3B 5C 1E 15 55 26
Octal 263 111 16 0 73 134 36 25 125 46
Binary 10110011 1001001 1110 0 111011 1011100 11110 10101 1010101 100110

Color Harmonies of #B3490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3490E

Black with #B3490E

Text Example


Text Example

White with #B3490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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