Html Css Color HEX #B5490A Rust

📋 copy color: '#B5490A'

red 181 ◦ green 73 ◦ blue 10

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

Shades of Rust #B5490A

Tints of Rust #B5490A

RGB

 RED value IS 181 (71.09% from 255) = 68.56%

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 68.56%
G = 27.65%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5490A (or 0xB5490A) is known color: Rust. HEX triplet: B5, 49 and 0A. RGB value is (181,73,10). Sum of RGB (Red+Green+Blue) = 181+73+10=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5490A is #4AB6F5. Grayscale: #626262. Windows color (decimal): -4896502 or 674229. OLE color: 674229.

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

Color convert

RGB 181 73 10 -
CMYK 0 0.60 0.94 0.29
HSL 22.11º 0.9% 0.37% -
HSV(B) 22.11º 0.94% 0.71% -
XYZ 21.49 14.61 1.97 -
YUV 98.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 181 73 10 0 0.60 0.94 0.29 22.11 0.9 0.37
Hex B5 49 A 0 3C 5E 1D 16 5A 25
Octal 265 111 12 0 74 136 35 26 132 45
Binary 10110101 1001001 1010 0 111100 1011110 11101 10110 1011010 100101

Color Harmonies of #B5490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5490A

Black with #B5490A

Text Example


Text Example

White with #B5490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5490A; }

 p { color: rgb(181,73,10); }

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

background-color css

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

 a { background-color: rgb(181,73,10); }

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

border-color css

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

 span { border-color: rgb(181,73,10); }

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