Html Css Color HEX #BD4000 Rust

📋 copy color: '#BD4000'

red 189 ◦ green 64 ◦ blue 0

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

Shades of Rust #BD4000

Tints of Rust #BD4000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.7%
G = 25.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD4000 (or 0xBD4000) is known color: Rust. HEX triplet: BD, 40 and 00. RGB value is (189,64,0). Sum of RGB (Red+Green+Blue) = 189+64+0=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4000 is #42BFFF. Grayscale: #5E5E5E. Windows color (decimal): -4374528 or 16573. OLE color: 16573.

HSL color Cylindrical-coordinate representation of color #BD4000: hue angle of 20.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD4000 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 0 -
CMYK 0 0.66 1 0.26
HSL 20.32º 1% 0.37% -
HSV(B) 20.32º 1% 0.74% -
XYZ 22.82 14.49 1.59 -
YUV 94.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 189 64 0 0 0.66 1 0.26 20.32 1 0.37
Hex BD 40 0 0 42 64 1A 14 64 25
Octal 275 100 0 0 102 144 32 24 144 45
Binary 10111101 1000000 0 0 1000010 1100100 11010 10100 1100100 100101

Color Harmonies of #BD4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4000

Black with #BD4000

Text Example


Text Example

White with #BD4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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