Html Css Color HEX #BD490D Rust

📋 copy color: '#BD490D'

red 189 ◦ green 73 ◦ blue 13

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

Shades of Rust #BD490D

Tints of Rust #BD490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 68.73%
G = 26.55%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD490D (or 0xBD490D) is known color: Rust. HEX triplet: BD, 49 and 0D. RGB value is (189,73,13). Sum of RGB (Red+Green+Blue) = 189+73+13=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD490D is #42B6F2. Grayscale: #656565. Windows color (decimal): -4372211 or 870845. OLE color: 870845.

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

Color convert

RGB 189 73 13 -
CMYK 0 0.61 0.93 0.26
HSL 20.45º 0.87% 0.4% -
HSV(B) 20.45º 0.93% 0.74% -
XYZ 23.44 15.61 2.16 -
YUV 100.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 189 73 13 0 0.61 0.93 0.26 20.45 0.87 0.4
Hex BD 49 D 0 3D 5D 1A 14 57 28
Octal 275 111 15 0 75 135 32 24 127 50
Binary 10111101 1001001 1101 0 111101 1011101 11010 10100 1010111 101000

Color Harmonies of #BD490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD490D

Black with #BD490D

Text Example


Text Example

White with #BD490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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