Html Css Color HEX #BD491C Rust

📋 copy color: '#BD491C'

red 189 ◦ green 73 ◦ blue 28

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

Shades of Rust #BD491C

Tints of Rust #BD491C

RGB

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

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

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

R = 65.17%
G = 25.17%
B = 9.66%

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

#BD491C (or 0xBD491C) is known color: Rust. HEX triplet: BD, 49 and 1C. RGB value is (189,73,28). Sum of RGB (Red+Green+Blue) = 189+73+28=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD491C is #42B6E3. Grayscale: #666666. Windows color (decimal): -4372196 or 1853885. OLE color: 1853885.

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

Color convert

RGB 189 73 28 -
CMYK 0 0.61 0.85 0.26
HSL 16.77º 0.74% 0.43% -
HSV(B) 16.77º 0.85% 0.74% -
XYZ 23.58 15.67 2.88 -
YUV 102.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 189 73 28 0 0.61 0.85 0.26 16.77 0.74 0.43
Hex BD 49 1C 0 3D 55 1A 11 4A 2B
Octal 275 111 34 0 75 125 32 21 112 53
Binary 10111101 1001001 11100 0 111101 1010101 11010 10001 1001010 101011

Color Harmonies of #BD491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD491C

Black with #BD491C

Text Example


Text Example

White with #BD491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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