Html Css Color HEX #BD491B Rust

📋 copy color: '#BD491B'

red 189 ◦ green 73 ◦ blue 27

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

Shades of Rust #BD491B

Tints of Rust #BD491B

RGB

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

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

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

R = 65.4%
G = 25.26%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD491B (or 0xBD491B) is known color: Rust. HEX triplet: BD, 49 and 1B. RGB value is (189,73,27). Sum of RGB (Red+Green+Blue) = 189+73+27=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD491B is #42B6E4. Grayscale: #666666. Windows color (decimal): -4372197 or 1788349. OLE color: 1788349.

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

Color convert

RGB 189 73 27 -
CMYK 0 0.61 0.86 0.26
HSL 17.04º 0.75% 0.42% -
HSV(B) 17.04º 0.86% 0.74% -
XYZ 23.57 15.66 2.82 -
YUV 102.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 189 73 27 0 0.61 0.86 0.26 17.04 0.75 0.42
Hex BD 49 1B 0 3D 56 1A 11 4B 2A
Octal 275 111 33 0 75 126 32 21 113 52
Binary 10111101 1001001 11011 0 111101 1010110 11010 10001 1001011 101010

Color Harmonies of #BD491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD491B

Black with #BD491B

Text Example


Text Example

White with #BD491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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