Html Css Color HEX #BD4C17 Rust

📋 copy color: '#BD4C17'

red 189 ◦ green 76 ◦ blue 23

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

Shades of Rust #BD4C17

Tints of Rust #BD4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

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

R = 65.63%
G = 26.39%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4C17 (or 0xBD4C17) is known color: Rust. HEX triplet: BD, 4C and 17. RGB value is (189,76,23). Sum of RGB (Red+Green+Blue) = 189+76+23=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C17 is #42B3E8. Grayscale: #686868. Windows color (decimal): -4371433 or 1526973. OLE color: 1526973.

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

Color convert

RGB 189 76 23 -
CMYK 0 0.60 0.88 0.26
HSL 19.16º 0.78% 0.42% -
HSV(B) 19.16º 0.88% 0.74% -
XYZ 23.73 16.05 2.66 -
YUV 103.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 189 76 23 0 0.60 0.88 0.26 19.16 0.78 0.42
Hex BD 4C 17 0 3C 58 1A 13 4E 2A
Octal 275 114 27 0 74 130 32 23 116 52
Binary 10111101 1001100 10111 0 111100 1011000 11010 10011 1001110 101010

Color Harmonies of #BD4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C17

Black with #BD4C17

Text Example


Text Example

White with #BD4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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