Html Css Color HEX #BD5410 Rust

📋 copy color: '#BD5410'

red 189 ◦ green 84 ◦ blue 16

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

Shades of Rust #BD5410

Tints of Rust #BD5410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 65.4%
G = 29.07%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD5410 (or 0xBD5410) is known color: Rust. HEX triplet: BD, 54 and 10. RGB value is (189,84,16). Sum of RGB (Red+Green+Blue) = 189+84+16=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5410 is #42ABEF. Grayscale: #6C6C6C. Windows color (decimal): -4369392 or 1070269. OLE color: 1070269.

HSL color Cylindrical-coordinate representation of color #BD5410: hue angle of 23.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD5410 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 16 -
CMYK 0 0.56 0.92 0.26
HSL 23.58º 0.84% 0.4% -
HSV(B) 23.58º 0.92% 0.74% -
XYZ 24.25 17.2 2.53 -
YUV 107.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 189 84 16 0 0.56 0.92 0.26 23.58 0.84 0.4
Hex BD 54 10 0 38 5C 1A 18 54 28
Octal 275 124 20 0 70 134 32 30 124 50
Binary 10111101 1010100 10000 0 111000 1011100 11010 11000 1010100 101000

Color Harmonies of #BD5410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5410

Black with #BD5410

Text Example


Text Example

White with #BD5410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5410; }

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

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

background-color css

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

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

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

border-color css

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

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

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