Html Css Color HEX #BD5017 Rust

📋 copy color: '#BD5017'

red 189 ◦ green 80 ◦ blue 23

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

Shades of Rust #BD5017

Tints of Rust #BD5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 23 (9.38% from 255) = 7.88%

R = 64.73%
G = 27.4%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD5017 (or 0xBD5017) is known color: Rust. HEX triplet: BD, 50 and 17. RGB value is (189,80,23). Sum of RGB (Red+Green+Blue) = 189+80+23=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5017 is #42AFE8. Grayscale: #6A6A6A. Windows color (decimal): -4370409 or 1527997. OLE color: 1527997.

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

Color convert

RGB 189 80 23 -
CMYK 0 0.58 0.88 0.26
HSL 20.6º 0.78% 0.42% -
HSV(B) 20.6º 0.88% 0.74% -
XYZ 24.01 16.62 2.75 -
YUV 106.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 189 80 23 0 0.58 0.88 0.26 20.6 0.78 0.42
Hex BD 50 17 0 3A 58 1A 15 4E 2A
Octal 275 120 27 0 72 130 32 25 116 52
Binary 10111101 1010000 10111 0 111010 1011000 11010 10101 1001110 101010

Color Harmonies of #BD5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5017

Black with #BD5017

Text Example


Text Example

White with #BD5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5017; }

 p { color: rgb(189,80,23); }

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

background-color css

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

 a { background-color: rgb(189,80,23); }

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

border-color css

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

 span { border-color: rgb(189,80,23); }

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