Html Css Color HEX #B4460A Rust

📋 copy color: '#B4460A'

red 180 ◦ green 70 ◦ blue 10

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

Shades of Rust #B4460A

Tints of Rust #B4460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 69.23%
G = 26.92%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4460A (or 0xB4460A) is known color: Rust. HEX triplet: B4, 46 and 0A. RGB value is (180,70,10). Sum of RGB (Red+Green+Blue) = 180+70+10=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4460A is #4BB9F5. Grayscale: #606060. Windows color (decimal): -4962806 or 673460. OLE color: 673460.

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

Color convert

RGB 180 70 10 -
CMYK 0 0.61 0.94 0.29
HSL 21.18º 0.89% 0.37% -
HSV(B) 21.18º 0.94% 0.71% -
XYZ 21.07 14.11 1.9 -
YUV 96.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 180 70 10 0 0.61 0.94 0.29 21.18 0.89 0.37
Hex B4 46 A 0 3D 5E 1D 15 59 25
Octal 264 106 12 0 75 136 35 25 131 45
Binary 10110100 1000110 1010 0 111101 1011110 11101 10101 1011001 100101

Color Harmonies of #B4460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4460A

Black with #B4460A

Text Example


Text Example

White with #B4460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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