Html Css Color HEX #BD4611 Rust

📋 copy color: '#BD4611'

red 189 ◦ green 70 ◦ blue 17

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

Shades of Rust #BD4611

Tints of Rust #BD4611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 68.48%
G = 25.36%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD4611 (or 0xBD4611) is known color: Rust. HEX triplet: BD, 46 and 11. RGB value is (189,70,17). Sum of RGB (Red+Green+Blue) = 189+70+17=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4611 is #42B9EE. Grayscale: #636363. Windows color (decimal): -4372975 or 1132221. OLE color: 1132221.

HSL color Cylindrical-coordinate representation of color #BD4611: hue angle of 18.49º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD4611 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 17 -
CMYK 0 0.63 0.91 0.26
HSL 18.49º 0.83% 0.4% -
HSV(B) 18.49º 0.91% 0.74% -
XYZ 23.28 15.24 2.24 -
YUV 99.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 189 70 17 0 0.63 0.91 0.26 18.49 0.83 0.4
Hex BD 46 11 0 3F 5B 1A 12 53 28
Octal 275 106 21 0 77 133 32 22 123 50
Binary 10111101 1000110 10001 0 111111 1011011 11010 10010 1010011 101000

Color Harmonies of #BD4611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4611

Black with #BD4611

Text Example


Text Example

White with #BD4611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4611; }

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

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

background-color css

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

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

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

border-color css

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

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

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