Html Css Color HEX #BD491D Rust

📋 copy color: '#BD491D'

red 189 ◦ green 73 ◦ blue 29

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

Shades of Rust #BD491D

Tints of Rust #BD491D

RGB

 RED value IS 189 (74.22% from 255) = 64.95%

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

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

R = 64.95%
G = 25.09%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD491D (or 0xBD491D) is known color: Rust. HEX triplet: BD, 49 and 1D. RGB value is (189,73,29). Sum of RGB (Red+Green+Blue) = 189+73+29=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD491D is #42B6E2. Grayscale: #666666. Windows color (decimal): -4372195 or 1919421. OLE color: 1919421.

HSL color Cylindrical-coordinate representation of color #BD491D: hue angle of 16.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD491D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 29 -
CMYK 0 0.61 0.85 0.26
HSL 16.5º 0.73% 0.43% -
HSV(B) 16.5º 0.85% 0.74% -
XYZ 23.59 15.67 2.94 -
YUV 102.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 189 73 29 0 0.61 0.85 0.26 16.5 0.73 0.43
Hex BD 49 1D 0 3D 55 1A 10 49 2B
Octal 275 111 35 0 75 125 32 20 111 53
Binary 10111101 1001001 11101 0 111101 1010101 11010 10000 1001001 101011

Color Harmonies of #BD491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD491D

Black with #BD491D

Text Example


Text Example

White with #BD491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD491D; }

 p { color: rgb(189,73,29); }

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

background-color css

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

 a { background-color: rgb(189,73,29); }

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

border-color css

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

 span { border-color: rgb(189,73,29); }

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