Html Css Color HEX #BD5515 Rust

📋 copy color: '#BD5515'

red 189 ◦ green 85 ◦ blue 21

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

Shades of Rust #BD5515

Tints of Rust #BD5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 64.07%
G = 28.81%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD5515 (or 0xBD5515) is known color: Rust. HEX triplet: BD, 55 and 15. RGB value is (189,85,21). Sum of RGB (Red+Green+Blue) = 189+85+21=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5515 is #42AAEA. Grayscale: #6D6D6D. Windows color (decimal): -4369131 or 1398205. OLE color: 1398205.

HSL color Cylindrical-coordinate representation of color #BD5515: hue angle of 22.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD5515 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 21 -
CMYK 0 0.55 0.89 0.26
HSL 22.86º 0.8% 0.41% -
HSV(B) 22.86º 0.89% 0.74% -
XYZ 24.37 17.37 2.78 -
YUV 108.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 189 85 21 0 0.55 0.89 0.26 22.86 0.8 0.41
Hex BD 55 15 0 37 59 1A 17 50 29
Octal 275 125 25 0 67 131 32 27 120 51
Binary 10111101 1010101 10101 0 110111 1011001 11010 10111 1010000 101001

Color Harmonies of #BD5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5515

Black with #BD5515

Text Example


Text Example

White with #BD5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5515; }

 p { color: rgb(189,85,21); }

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

background-color css

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

 a { background-color: rgb(189,85,21); }

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

border-color css

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

 span { border-color: rgb(189,85,21); }

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