Html Css Color HEX #BD5114 Rust

📋 copy color: '#BD5114'

red 189 ◦ green 81 ◦ blue 20

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

Shades of Rust #BD5114

Tints of Rust #BD5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 65.17%
G = 27.93%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD5114 (or 0xBD5114) is known color: Rust. HEX triplet: BD, 51 and 14. RGB value is (189,81,20). Sum of RGB (Red+Green+Blue) = 189+81+20=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5114 is #42AEEB. Grayscale: #6A6A6A. Windows color (decimal): -4370156 or 1331645. OLE color: 1331645.

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

Color convert

RGB 189 81 20 -
CMYK 0 0.57 0.89 0.26
HSL 21.66º 0.81% 0.41% -
HSV(B) 21.66º 0.89% 0.74% -
XYZ 24.05 16.75 2.63 -
YUV 106.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 189 81 20 0 0.57 0.89 0.26 21.66 0.81 0.41
Hex BD 51 14 0 39 59 1A 16 51 29
Octal 275 121 24 0 71 131 32 26 121 51
Binary 10111101 1010001 10100 0 111001 1011001 11010 10110 1010001 101001

Color Harmonies of #BD5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5114

Black with #BD5114

Text Example


Text Example

White with #BD5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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