Html Css Color HEX #B4461E Rust

📋 copy color: '#B4461E'

red 180 ◦ green 70 ◦ blue 30

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

Shades of Rust #B4461E

Tints of Rust #B4461E

RGB

 RED value IS 180 (70.7% from 255) = 64.29%

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 64.29%
G = 25%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4461E (or 0xB4461E) is known color: Rust. HEX triplet: B4, 46 and 1E. RGB value is (180,70,30). Sum of RGB (Red+Green+Blue) = 180+70+30=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B4461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4461E is #4BB9E1. Grayscale: #626262. Windows color (decimal): -4962786 or 1984180. OLE color: 1984180.

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

Color convert

RGB 180 70 30 -
CMYK 0 0.61 0.83 0.29
HSL 16º 0.71% 0.41% -
HSV(B) 16º 0.83% 0.71% -
XYZ 21.25 14.18 2.84 -
YUV 98.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 180 70 30 0 0.61 0.83 0.29 16 0.71 0.41
Hex B4 46 1E 0 3D 53 1D 10 47 29
Octal 264 106 36 0 75 123 35 20 107 51
Binary 10110100 1000110 11110 0 111101 1010011 11101 10000 1000111 101001

Color Harmonies of #B4461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4461E

Black with #B4461E

Text Example


Text Example

White with #B4461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4461E; }

 p { color: rgb(180,70,30); }

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

background-color css

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

 a { background-color: rgb(180,70,30); }

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

border-color css

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

 span { border-color: rgb(180,70,30); }

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