Html Css Color HEX #B3461A Rust

📋 copy color: '#B3461A'

red 179 ◦ green 70 ◦ blue 26

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

Shades of Rust #B3461A

Tints of Rust #B3461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 65.09%
G = 25.45%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3461A (or 0xB3461A) is known color: Rust. HEX triplet: B3, 46 and 1A. RGB value is (179,70,26). Sum of RGB (Red+Green+Blue) = 179+70+26=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3461A is #4CB9E5. Grayscale: #616161. Windows color (decimal): -5028326 or 1722035. OLE color: 1722035.

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

Color convert

RGB 179 70 26 -
CMYK 0 0.61 0.85 0.30
HSL 17.25º 0.75% 0.4% -
HSV(B) 17.25º 0.85% 0.7% -
XYZ 20.97 14.04 2.58 -
YUV 97.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 179 70 26 0 0.61 0.85 0.30 17.25 0.75 0.4
Hex B3 46 1A 0 3D 55 1E 11 4B 28
Octal 263 106 32 0 75 125 36 21 113 50
Binary 10110011 1000110 11010 0 111101 1010101 11110 10001 1001011 101000

Color Harmonies of #B3461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3461A

Black with #B3461A

Text Example


Text Example

White with #B3461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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