Html Css Color HEX #BD4516 Rust

📋 copy color: '#BD4516'

red 189 ◦ green 69 ◦ blue 22

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

Shades of Rust #BD4516

Tints of Rust #BD4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 67.5%
G = 24.64%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4516 (or 0xBD4516) is known color: Rust. HEX triplet: BD, 45 and 16. RGB value is (189,69,22). Sum of RGB (Red+Green+Blue) = 189+69+22=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4516 is #42BAE9. Grayscale: #636363. Windows color (decimal): -4373226 or 1459645. OLE color: 1459645.

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

Color convert

RGB 189 69 22 -
CMYK 0 0.63 0.88 0.26
HSL 16.89º 0.79% 0.41% -
HSV(B) 16.89º 0.88% 0.74% -
XYZ 23.26 15.13 2.45 -
YUV 99.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 189 69 22 0 0.63 0.88 0.26 16.89 0.79 0.41
Hex BD 45 16 0 3F 58 1A 11 4F 29
Octal 275 105 26 0 77 130 32 21 117 51
Binary 10111101 1000101 10110 0 111111 1011000 11010 10001 1001111 101001

Color Harmonies of #BD4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4516

Black with #BD4516

Text Example


Text Example

White with #BD4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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