Html Css Color HEX #BD4519 Rust

📋 copy color: '#BD4519'

red 189 ◦ green 69 ◦ blue 25

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

Shades of Rust #BD4519

Tints of Rust #BD4519

RGB

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

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

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

R = 66.78%
G = 24.38%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD4519 (or 0xBD4519) is known color: Rust. HEX triplet: BD, 45 and 19. RGB value is (189,69,25). Sum of RGB (Red+Green+Blue) = 189+69+25=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4519 is #42BAE6. Grayscale: #646464. Windows color (decimal): -4373223 or 1656253. OLE color: 1656253.

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

Color convert

RGB 189 69 25 -
CMYK 0 0.63 0.87 0.26
HSL 16.1º 0.77% 0.42% -
HSV(B) 16.1º 0.87% 0.74% -
XYZ 23.29 15.15 2.62 -
YUV 99.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 189 69 25 0 0.63 0.87 0.26 16.1 0.77 0.42
Hex BD 45 19 0 3F 57 1A 10 4D 2A
Octal 275 105 31 0 77 127 32 20 115 52
Binary 10111101 1000101 11001 0 111111 1010111 11010 10000 1001101 101010

Color Harmonies of #BD4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4519

Black with #BD4519

Text Example


Text Example

White with #BD4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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