Html Css Color HEX #B3460F Rust

📋 copy color: '#B3460F'

red 179 ◦ green 70 ◦ blue 15

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

Shades of Rust #B3460F

Tints of Rust #B3460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 67.8%
G = 26.52%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3460F (or 0xB3460F) is known color: Rust. HEX triplet: B3, 46 and 0F. RGB value is (179,70,15). Sum of RGB (Red+Green+Blue) = 179+70+15=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3460F is #4CB9F0. Grayscale: #606060. Windows color (decimal): -5028337 or 1001139. OLE color: 1001139.

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

Color convert

RGB 179 70 15 -
CMYK 0 0.61 0.92 0.30
HSL 20.12º 0.85% 0.38% -
HSV(B) 20.12º 0.92% 0.7% -
XYZ 20.87 14 2.05 -
YUV 96.32 82.11 186.97 -
System Red Green Blue C M Y K H S L
Decimal 179 70 15 0 0.61 0.92 0.30 20.12 0.85 0.38
Hex B3 46 F 0 3D 5C 1E 14 55 26
Octal 263 106 17 0 75 134 36 24 125 46
Binary 10110011 1000110 1111 0 111101 1011100 11110 10100 1010101 100110

Color Harmonies of #B3460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3460F

Black with #B3460F

Text Example


Text Example

White with #B3460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3460F; }

 p { color: rgb(179,70,15); }

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

background-color css

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

 a { background-color: rgb(179,70,15); }

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

border-color css

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

 span { border-color: rgb(179,70,15); }

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