Html Css Color HEX #B5491C Rust

📋 copy color: '#B5491C'

red 181 ◦ green 73 ◦ blue 28

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

Shades of Rust #B5491C

Tints of Rust #B5491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 64.18%
G = 25.89%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5491C (or 0xB5491C) is known color: Rust. HEX triplet: B5, 49 and 1C. RGB value is (181,73,28). Sum of RGB (Red+Green+Blue) = 181+73+28=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5491C is #4AB6E3. Grayscale: #646464. Windows color (decimal): -4896484 or 1853877. OLE color: 1853877.

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

Color convert

RGB 181 73 28 -
CMYK 0 0.60 0.85 0.29
HSL 17.65º 0.73% 0.41% -
HSV(B) 17.65º 0.85% 0.71% -
XYZ 21.65 14.67 2.79 -
YUV 100.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 181 73 28 0 0.60 0.85 0.29 17.65 0.73 0.41
Hex B5 49 1C 0 3C 55 1D 12 49 29
Octal 265 111 34 0 74 125 35 22 111 51
Binary 10110101 1001001 11100 0 111100 1010101 11101 10010 1001001 101001

Color Harmonies of #B5491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5491C

Black with #B5491C

Text Example


Text Example

White with #B5491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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