Html Css Color HEX #BD5116 Rust

📋 copy color: '#BD5116'

red 189 ◦ green 81 ◦ blue 22

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

Shades of Rust #BD5116

Tints of Rust #BD5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 64.73%
G = 27.74%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD5116 (or 0xBD5116) is known color: Rust. HEX triplet: BD, 51 and 16. RGB value is (189,81,22). Sum of RGB (Red+Green+Blue) = 189+81+22=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5116 is #42AEE9. Grayscale: #6A6A6A. Windows color (decimal): -4370154 or 1462717. OLE color: 1462717.

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

Color convert

RGB 189 81 22 -
CMYK 0 0.57 0.88 0.26
HSL 21.2º 0.79% 0.41% -
HSV(B) 21.2º 0.88% 0.74% -
XYZ 24.07 16.76 2.73 -
YUV 106.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 189 81 22 0 0.57 0.88 0.26 21.2 0.79 0.41
Hex BD 51 16 0 39 58 1A 15 4F 29
Octal 275 121 26 0 71 130 32 25 117 51
Binary 10111101 1010001 10110 0 111001 1011000 11010 10101 1001111 101001

Color Harmonies of #BD5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5116

Black with #BD5116

Text Example


Text Example

White with #BD5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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