Html Css Color HEX #BD4619 Rust

📋 copy color: '#BD4619'

red 189 ◦ green 70 ◦ blue 25

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

Shades of Rust #BD4619

Tints of Rust #BD4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 66.55%
G = 24.65%
B = 8.8%

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

#BD4619 (or 0xBD4619) is known color: Rust. HEX triplet: BD, 46 and 19. RGB value is (189,70,25). Sum of RGB (Red+Green+Blue) = 189+70+25=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4619 is #42B9E6. Grayscale: #646464. Windows color (decimal): -4372967 or 1656509. OLE color: 1656509.

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

Color convert

RGB 189 70 25 -
CMYK 0 0.63 0.87 0.26
HSL 16.46º 0.77% 0.42% -
HSV(B) 16.46º 0.87% 0.74% -
XYZ 23.35 15.27 2.64 -
YUV 100.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 189 70 25 0 0.63 0.87 0.26 16.46 0.77 0.42
Hex BD 46 19 0 3F 57 1A 10 4D 2A
Octal 275 106 31 0 77 127 32 20 115 52
Binary 10111101 1000110 11001 0 111111 1010111 11010 10000 1001101 101010

Color Harmonies of #BD4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4619

Black with #BD4619

Text Example


Text Example

White with #BD4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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