Html Css Color HEX #BD4200 Rust

📋 copy color: '#BD4200'

red 189 ◦ green 66 ◦ blue 0

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

Shades of Rust #BD4200

Tints of Rust #BD4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 74.12%
G = 25.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD4200 (or 0xBD4200) is known color: Rust. HEX triplet: BD, 42 and 00. RGB value is (189,66,0). Sum of RGB (Red+Green+Blue) = 189+66+0=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4200 is #42BDFF. Grayscale: #5F5F5F. Windows color (decimal): -4374016 or 17085. OLE color: 17085.

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

Color convert

RGB 189 66 0 -
CMYK 0 0.65 1 0.26
HSL 20.95º 1% 0.37% -
HSV(B) 20.95º 1% 0.74% -
XYZ 22.93 14.72 1.63 -
YUV 95.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 189 66 0 0 0.65 1 0.26 20.95 1 0.37
Hex BD 42 0 0 41 64 1A 15 64 25
Octal 275 102 0 0 101 144 32 25 144 45
Binary 10111101 1000010 0 0 1000001 1100100 11010 10101 1100100 100101

Color Harmonies of #BD4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4200

Black with #BD4200

Text Example


Text Example

White with #BD4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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