Html Css Color HEX #BD4717 Rust

📋 copy color: '#BD4717'

red 189 ◦ green 71 ◦ blue 23

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

Shades of Rust #BD4717

Tints of Rust #BD4717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 66.78%
G = 25.09%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4717 (or 0xBD4717) is known color: Rust. HEX triplet: BD, 47 and 17. RGB value is (189,71,23). Sum of RGB (Red+Green+Blue) = 189+71+23=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4717 is #42B8E8. Grayscale: #656565. Windows color (decimal): -4372713 or 1525693. OLE color: 1525693.

HSL color Cylindrical-coordinate representation of color #BD4717: hue angle of 17.35º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4717 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 23 -
CMYK 0 0.62 0.88 0.26
HSL 17.35º 0.78% 0.42% -
HSV(B) 17.35º 0.88% 0.74% -
XYZ 23.39 15.39 2.55 -
YUV 100.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 189 71 23 0 0.62 0.88 0.26 17.35 0.78 0.42
Hex BD 47 17 0 3E 58 1A 11 4E 2A
Octal 275 107 27 0 76 130 32 21 116 52
Binary 10111101 1000111 10111 0 111110 1011000 11010 10001 1001110 101010

Color Harmonies of #BD4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4717

Black with #BD4717

Text Example


Text Example

White with #BD4717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4717; }

 p { color: rgb(189,71,23); }

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

background-color css

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

 a { background-color: rgb(189,71,23); }

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

border-color css

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

 span { border-color: rgb(189,71,23); }

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