Html Css Color HEX #BD5419 Rust

📋 copy color: '#BD5419'

red 189 ◦ green 84 ◦ blue 25

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

Shades of Rust #BD5419

Tints of Rust #BD5419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 63.42%
G = 28.19%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD5419 (or 0xBD5419) is known color: Rust. HEX triplet: BD, 54 and 19. RGB value is (189,84,25). Sum of RGB (Red+Green+Blue) = 189+84+25=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5419 is #42ABE6. Grayscale: #6D6D6D. Windows color (decimal): -4369383 or 1660093. OLE color: 1660093.

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

Color convert

RGB 189 84 25 -
CMYK 0 0.56 0.87 0.26
HSL 21.59º 0.77% 0.42% -
HSV(B) 21.59º 0.87% 0.74% -
XYZ 24.33 17.23 2.96 -
YUV 108.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 189 84 25 0 0.56 0.87 0.26 21.59 0.77 0.42
Hex BD 54 19 0 38 57 1A 16 4D 2A
Octal 275 124 31 0 70 127 32 26 115 52
Binary 10111101 1010100 11001 0 111000 1010111 11010 10110 1001101 101010

Color Harmonies of #BD5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5419

Black with #BD5419

Text Example


Text Example

White with #BD5419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5419; }

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

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

background-color css

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

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

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

border-color css

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

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

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