Html Css Color HEX #BD4615 Rust

📋 copy color: '#BD4615'

red 189 ◦ green 70 ◦ blue 21

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

Shades of Rust #BD4615

Tints of Rust #BD4615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 67.5%
G = 25%
B = 7.5%

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

#BD4615 (or 0xBD4615) is known color: Rust. HEX triplet: BD, 46 and 15. RGB value is (189,70,21). Sum of RGB (Red+Green+Blue) = 189+70+21=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4615 is #42B9EA. Grayscale: #646464. Windows color (decimal): -4372971 or 1394365. OLE color: 1394365.

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

Color convert

RGB 189 70 21 -
CMYK 0 0.63 0.89 0.26
HSL 17.5º 0.8% 0.41% -
HSV(B) 17.5º 0.89% 0.74% -
XYZ 23.31 15.25 2.42 -
YUV 100 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 189 70 21 0 0.63 0.89 0.26 17.5 0.8 0.41
Hex BD 46 15 0 3F 59 1A 12 50 29
Octal 275 106 25 0 77 131 32 22 120 51
Binary 10111101 1000110 10101 0 111111 1011001 11010 10010 1010000 101001

Color Harmonies of #BD4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4615

Black with #BD4615

Text Example


Text Example

White with #BD4615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4615; }

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

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

background-color css

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

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

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

border-color css

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

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

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