Html Css Color HEX #BD4011 Rust

📋 copy color: '#BD4011'

red 189 ◦ green 64 ◦ blue 17

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

Shades of Rust #BD4011

Tints of Rust #BD4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 70%
G = 23.7%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD4011 (or 0xBD4011) is known color: Rust. HEX triplet: BD, 40 and 11. RGB value is (189,64,17). Sum of RGB (Red+Green+Blue) = 189+64+17=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4011 is #42BFEE. Grayscale: #606060. Windows color (decimal): -4374511 or 1130685. OLE color: 1130685.

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

Color convert

RGB 189 64 17 -
CMYK 0 0.66 0.91 0.26
HSL 16.4º 0.83% 0.4% -
HSV(B) 16.4º 0.91% 0.74% -
XYZ 22.92 14.53 2.13 -
YUV 96.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 189 64 17 0 0.66 0.91 0.26 16.4 0.83 0.4
Hex BD 40 11 0 42 5B 1A 10 53 28
Octal 275 100 21 0 102 133 32 20 123 50
Binary 10111101 1000000 10001 0 1000010 1011011 11010 10000 1010011 101000

Color Harmonies of #BD4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4011

Black with #BD4011

Text Example


Text Example

White with #BD4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4011; }

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

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

background-color css

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

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

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

border-color css

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

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

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