Html Css Color HEX #BD5415 Rust

📋 copy color: '#BD5415'

red 189 ◦ green 84 ◦ blue 21

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

Shades of Rust #BD5415

Tints of Rust #BD5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

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

R = 64.29%
G = 28.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD5415 (or 0xBD5415) is known color: Rust. HEX triplet: BD, 54 and 15. RGB value is (189,84,21). Sum of RGB (Red+Green+Blue) = 189+84+21=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5415 is #42ABEA. Grayscale: #6C6C6C. Windows color (decimal): -4369387 or 1397949. OLE color: 1397949.

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

Color convert

RGB 189 84 21 -
CMYK 0 0.56 0.89 0.26
HSL 22.5º 0.8% 0.41% -
HSV(B) 22.5º 0.89% 0.74% -
XYZ 24.29 17.21 2.75 -
YUV 108.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 189 84 21 0 0.56 0.89 0.26 22.5 0.8 0.41
Hex BD 54 15 0 38 59 1A 16 50 29
Octal 275 124 25 0 70 131 32 26 120 51
Binary 10111101 1010100 10101 0 111000 1011001 11010 10110 1010000 101001

Color Harmonies of #BD5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5415

Black with #BD5415

Text Example


Text Example

White with #BD5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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