Html Css Color HEX #BD4417 Rust

📋 copy color: '#BD4417'

red 189 ◦ green 68 ◦ blue 23

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

Shades of Rust #BD4417

Tints of Rust #BD4417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 67.5%
G = 24.29%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4417 (or 0xBD4417) is known color: Rust. HEX triplet: BD, 44 and 17. RGB value is (189,68,23). Sum of RGB (Red+Green+Blue) = 189+68+23=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4417 is #42BBE8. Grayscale: #636363. Windows color (decimal): -4373481 or 1524925. OLE color: 1524925.

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

Color convert

RGB 189 68 23 -
CMYK 0 0.64 0.88 0.26
HSL 16.27º 0.78% 0.42% -
HSV(B) 16.27º 0.88% 0.74% -
XYZ 23.21 15.01 2.49 -
YUV 99.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 189 68 23 0 0.64 0.88 0.26 16.27 0.78 0.42
Hex BD 44 17 0 40 58 1A 10 4E 2A
Octal 275 104 27 0 100 130 32 20 116 52
Binary 10111101 1000100 10111 0 1000000 1011000 11010 10000 1001110 101010

Color Harmonies of #BD4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4417

Black with #BD4417

Text Example


Text Example

White with #BD4417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4417; }

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

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

background-color css

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

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

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

border-color css

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

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

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