Html Css Color HEX #B4500A Rust

📋 copy color: '#B4500A'

red 180 ◦ green 80 ◦ blue 10

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

Shades of Rust #B4500A

Tints of Rust #B4500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 66.67%
G = 29.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4500A (or 0xB4500A) is known color: Rust. HEX triplet: B4, 50 and 0A. RGB value is (180,80,10). Sum of RGB (Red+Green+Blue) = 180+80+10=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B4500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4500A is #4BAFF5. Grayscale: #666666. Windows color (decimal): -4960246 or 676020. OLE color: 676020.

HSL color Cylindrical-coordinate representation of color #B4500A: hue angle of 24.71º 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 #B4500A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 10 -
CMYK 0 0.56 0.94 0.29
HSL 24.71º 0.89% 0.37% -
HSV(B) 24.71º 0.94% 0.71% -
XYZ 21.75 15.46 2.13 -
YUV 101.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 180 80 10 0 0.56 0.94 0.29 24.71 0.89 0.37
Hex B4 50 A 0 38 5E 1D 19 59 25
Octal 264 120 12 0 70 136 35 31 131 45
Binary 10110100 1010000 1010 0 111000 1011110 11101 11001 1011001 100101

Color Harmonies of #B4500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4500A

Black with #B4500A

Text Example


Text Example

White with #B4500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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