Html Css Color HEX #BD4711 Rust

📋 copy color: '#BD4711'

red 189 ◦ green 71 ◦ blue 17

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

Shades of Rust #BD4711

Tints of Rust #BD4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

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

R = 68.23%
G = 25.63%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD4711 (or 0xBD4711) is known color: Rust. HEX triplet: BD, 47 and 11. RGB value is (189,71,17). Sum of RGB (Red+Green+Blue) = 189+71+17=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4711 is #42B8EE. Grayscale: #646464. Windows color (decimal): -4372719 or 1132477. OLE color: 1132477.

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

Color convert

RGB 189 71 17 -
CMYK 0 0.62 0.91 0.26
HSL 18.84º 0.83% 0.4% -
HSV(B) 18.84º 0.91% 0.74% -
XYZ 23.34 15.37 2.27 -
YUV 100.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 189 71 17 0 0.62 0.91 0.26 18.84 0.83 0.4
Hex BD 47 11 0 3E 5B 1A 13 53 28
Octal 275 107 21 0 76 133 32 23 123 50
Binary 10111101 1000111 10001 0 111110 1011011 11010 10011 1010011 101000

Color Harmonies of #BD4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4711

Black with #BD4711

Text Example


Text Example

White with #BD4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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