Html Css Color HEX #B3461F Rust

📋 copy color: '#B3461F'

red 179 ◦ green 70 ◦ blue 31

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

Shades of Rust #B3461F

Tints of Rust #B3461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 63.93%
G = 25%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3461F (or 0xB3461F) is known color: Rust. HEX triplet: B3, 46 and 1F. RGB value is (179,70,31). Sum of RGB (Red+Green+Blue) = 179+70+31=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3461F is #4CB9E0. Grayscale: #626262. Windows color (decimal): -5028321 or 2049715. OLE color: 2049715.

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

Color convert

RGB 179 70 31 -
CMYK 0 0.61 0.83 0.30
HSL 15.81º 0.7% 0.41% -
HSV(B) 15.81º 0.83% 0.7% -
XYZ 21.03 14.06 2.9 -
YUV 98.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 179 70 31 0 0.61 0.83 0.30 15.81 0.7 0.41
Hex B3 46 1F 0 3D 53 1E 10 46 29
Octal 263 106 37 0 75 123 36 20 106 51
Binary 10110011 1000110 11111 0 111101 1010011 11110 10000 1000110 101001

Color Harmonies of #B3461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3461F

Black with #B3461F

Text Example


Text Example

White with #B3461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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