Html Css Color HEX #BD5514 Rust

📋 copy color: '#BD5514'

red 189 ◦ green 85 ◦ blue 20

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

Shades of Rust #BD5514

Tints of Rust #BD5514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 64.29%
G = 28.91%
B = 6.8%

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

#BD5514 (or 0xBD5514) is known color: Rust. HEX triplet: BD, 55 and 14. RGB value is (189,85,20). Sum of RGB (Red+Green+Blue) = 189+85+20=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5514 is #42AAEB. Grayscale: #6D6D6D. Windows color (decimal): -4369132 or 1332669. OLE color: 1332669.

HSL color Cylindrical-coordinate representation of color #BD5514: hue angle of 23.08º degrees, saturation: 0.81, 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 #BD5514 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 20 -
CMYK 0 0.55 0.89 0.26
HSL 23.08º 0.81% 0.41% -
HSV(B) 23.08º 0.89% 0.74% -
XYZ 24.36 17.37 2.73 -
YUV 108.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 189 85 20 0 0.55 0.89 0.26 23.08 0.81 0.41
Hex BD 55 14 0 37 59 1A 17 51 29
Octal 275 125 24 0 67 131 32 27 121 51
Binary 10111101 1010101 10100 0 110111 1011001 11010 10111 1010001 101001

Color Harmonies of #BD5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5514

Black with #BD5514

Text Example


Text Example

White with #BD5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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