Html Css Color HEX #B5471D Rust

📋 copy color: '#B5471D'

red 181 ◦ green 71 ◦ blue 29

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

Shades of Rust #B5471D

Tints of Rust #B5471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 64.41%
G = 25.27%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5471D (or 0xB5471D) is known color: Rust. HEX triplet: B5, 47 and 1D. RGB value is (181,71,29). Sum of RGB (Red+Green+Blue) = 181+71+29=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5471D is #4AB8E2. Grayscale: #636363. Windows color (decimal): -4896995 or 1918901. OLE color: 1918901.

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

Color convert

RGB 181 71 29 -
CMYK 0 0.61 0.84 0.29
HSL 16.58º 0.72% 0.41% -
HSV(B) 16.58º 0.84% 0.71% -
XYZ 21.53 14.42 2.81 -
YUV 99.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 181 71 29 0 0.61 0.84 0.29 16.58 0.72 0.41
Hex B5 47 1D 0 3D 54 1D 11 48 29
Octal 265 107 35 0 75 124 35 21 110 51
Binary 10110101 1000111 11101 0 111101 1010100 11101 10001 1001000 101001

Color Harmonies of #B5471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5471D

Black with #B5471D

Text Example


Text Example

White with #B5471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5471D; }

 p { color: rgb(181,71,29); }

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

background-color css

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

 a { background-color: rgb(181,71,29); }

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

border-color css

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

 span { border-color: rgb(181,71,29); }

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