Html Css Color HEX #BD4D0F Rust

📋 copy color: '#BD4D0F'

red 189 ◦ green 77 ◦ blue 15

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

Shades of Rust #BD4D0F

Tints of Rust #BD4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 67.26%
G = 27.4%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD4D0F (or 0xBD4D0F) is known color: Rust. HEX triplet: BD, 4D and 0F. RGB value is (189,77,15). Sum of RGB (Red+Green+Blue) = 189+77+15=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D0F is #42B2F0. Grayscale: #676767. Windows color (decimal): -4371185 or 1002941. OLE color: 1002941.

HSL color Cylindrical-coordinate representation of color #BD4D0F: hue angle of 21.38º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD4D0F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 77 15 -
CMYK 0 0.59 0.92 0.26
HSL 21.38º 0.85% 0.4% -
HSV(B) 21.38º 0.92% 0.74% -
XYZ 23.73 16.16 2.32 -
YUV 103.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 189 77 15 0 0.59 0.92 0.26 21.38 0.85 0.4
Hex BD 4D F 0 3B 5C 1A 15 55 28
Octal 275 115 17 0 73 134 32 25 125 50
Binary 10111101 1001101 1111 0 111011 1011100 11010 10101 1010101 101000

Color Harmonies of #BD4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D0F

Black with #BD4D0F

Text Example


Text Example

White with #BD4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D0F; }

 p { color: rgb(189,77,15); }

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

background-color css

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

 a { background-color: rgb(189,77,15); }

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

border-color css

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

 span { border-color: rgb(189,77,15); }

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