Html Css Color HEX #B5491B Rust

📋 copy color: '#B5491B'

red 181 ◦ green 73 ◦ blue 27

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

Shades of Rust #B5491B

Tints of Rust #B5491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 64.41%
G = 25.98%
B = 9.61%

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

#B5491B (or 0xB5491B) is known color: Rust. HEX triplet: B5, 49 and 1B. RGB value is (181,73,27). Sum of RGB (Red+Green+Blue) = 181+73+27=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5491B is #4AB6E4. Grayscale: #646464. Windows color (decimal): -4896485 or 1788341. OLE color: 1788341.

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

Color convert

RGB 181 73 27 -
CMYK 0 0.60 0.85 0.29
HSL 17.92º 0.74% 0.41% -
HSV(B) 17.92º 0.85% 0.71% -
XYZ 21.64 14.67 2.73 -
YUV 100.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 181 73 27 0 0.60 0.85 0.29 17.92 0.74 0.41
Hex B5 49 1B 0 3C 55 1D 12 4A 29
Octal 265 111 33 0 74 125 35 22 112 51
Binary 10110101 1001001 11011 0 111100 1010101 11101 10010 1001010 101001

Color Harmonies of #B5491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5491B

Black with #B5491B

Text Example


Text Example

White with #B5491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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