Html Css Color HEX #BD4614 Rust

📋 copy color: '#BD4614'

red 189 ◦ green 70 ◦ blue 20

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

Shades of Rust #BD4614

Tints of Rust #BD4614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 67.74%
G = 25.09%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD4614 (or 0xBD4614) is known color: Rust. HEX triplet: BD, 46 and 14. RGB value is (189,70,20). Sum of RGB (Red+Green+Blue) = 189+70+20=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4614 is #42B9EB. Grayscale: #646464. Windows color (decimal): -4372972 or 1328829. OLE color: 1328829.

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

Color convert

RGB 189 70 20 -
CMYK 0 0.63 0.89 0.26
HSL 17.75º 0.81% 0.41% -
HSV(B) 17.75º 0.89% 0.74% -
XYZ 23.3 15.25 2.38 -
YUV 99.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 189 70 20 0 0.63 0.89 0.26 17.75 0.81 0.41
Hex BD 46 14 0 3F 59 1A 12 51 29
Octal 275 106 24 0 77 131 32 22 121 51
Binary 10111101 1000110 10100 0 111111 1011001 11010 10010 1010001 101001

Color Harmonies of #BD4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4614

Black with #BD4614

Text Example


Text Example

White with #BD4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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