Html Css Color HEX #B5491E Rust

📋 copy color: '#B5491E'

red 181 ◦ green 73 ◦ blue 30

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

Shades of Rust #B5491E

Tints of Rust #B5491E

RGB

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

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

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

R = 63.73%
G = 25.7%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5491E (or 0xB5491E) is known color: Rust. HEX triplet: B5, 49 and 1E. RGB value is (181,73,30). Sum of RGB (Red+Green+Blue) = 181+73+30=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B5491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5491E is #4AB6E1. Grayscale: #646464. Windows color (decimal): -4896482 or 1984949. OLE color: 1984949.

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

Color convert

RGB 181 73 30 -
CMYK 0 0.60 0.83 0.29
HSL 17.09º 0.72% 0.41% -
HSV(B) 17.09º 0.83% 0.71% -
XYZ 21.67 14.68 2.92 -
YUV 100.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 181 73 30 0 0.60 0.83 0.29 17.09 0.72 0.41
Hex B5 49 1E 0 3C 53 1D 11 48 29
Octal 265 111 36 0 74 123 35 21 110 51
Binary 10110101 1001001 11110 0 111100 1010011 11101 10001 1001000 101001

Color Harmonies of #B5491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5491E

Black with #B5491E

Text Example


Text Example

White with #B5491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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