Html Css Color HEX #B3461C Rust

📋 copy color: '#B3461C'

red 179 ◦ green 70 ◦ blue 28

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

Shades of Rust #B3461C

Tints of Rust #B3461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 64.62%
G = 25.27%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3461C (or 0xB3461C) is known color: Rust. HEX triplet: B3, 46 and 1C. RGB value is (179,70,28). Sum of RGB (Red+Green+Blue) = 179+70+28=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3461C is #4CB9E3. Grayscale: #626262. Windows color (decimal): -5028324 or 1853107. OLE color: 1853107.

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

Color convert

RGB 179 70 28 -
CMYK 0 0.61 0.84 0.30
HSL 16.69º 0.73% 0.41% -
HSV(B) 16.69º 0.84% 0.7% -
XYZ 20.99 14.05 2.7 -
YUV 97.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 179 70 28 0 0.61 0.84 0.30 16.69 0.73 0.41
Hex B3 46 1C 0 3D 54 1E 11 49 29
Octal 263 106 34 0 75 124 36 21 111 51
Binary 10110011 1000110 11100 0 111101 1010100 11110 10001 1001001 101001

Color Harmonies of #B3461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3461C

Black with #B3461C

Text Example


Text Example

White with #B3461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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