Html Css Color HEX #BD4100 Rust

📋 copy color: '#BD4100'

red 189 ◦ green 65 ◦ blue 0

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

Shades of Rust #BD4100

Tints of Rust #BD4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 74.41%
G = 25.59%
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

#BD4100 (or 0xBD4100) is known color: Rust. HEX triplet: BD, 41 and 00. RGB value is (189,65,0). Sum of RGB (Red+Green+Blue) = 189+65+0=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4100 is #42BEFF. Grayscale: #5F5F5F. Windows color (decimal): -4374272 or 16829. OLE color: 16829.

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

Color convert

RGB 189 65 0 -
CMYK 0 0.66 1 0.26
HSL 20.63º 1% 0.37% -
HSV(B) 20.63º 1% 0.74% -
XYZ 22.88 14.6 1.61 -
YUV 94.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 189 65 0 0 0.66 1 0.26 20.63 1 0.37
Hex BD 41 0 0 42 64 1A 15 64 25
Octal 275 101 0 0 102 144 32 25 144 45
Binary 10111101 1000001 0 0 1000010 1100100 11010 10101 1100100 100101

Color Harmonies of #BD4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4100

Black with #BD4100

Text Example


Text Example

White with #BD4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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