Html Css Color HEX #BD4817 Rust

📋 copy color: '#BD4817'

red 189 ◦ green 72 ◦ blue 23

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

Shades of Rust #BD4817

Tints of Rust #BD4817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 66.55%
G = 25.35%
B = 8.1%

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

#BD4817 (or 0xBD4817) is known color: Rust. HEX triplet: BD, 48 and 17. RGB value is (189,72,23). Sum of RGB (Red+Green+Blue) = 189+72+23=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4817 is #42B7E8. Grayscale: #656565. Windows color (decimal): -4372457 or 1525949. OLE color: 1525949.

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

Color convert

RGB 189 72 23 -
CMYK 0 0.62 0.88 0.26
HSL 17.71º 0.78% 0.42% -
HSV(B) 17.71º 0.88% 0.74% -
XYZ 23.46 15.52 2.57 -
YUV 101.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 189 72 23 0 0.62 0.88 0.26 17.71 0.78 0.42
Hex BD 48 17 0 3E 58 1A 12 4E 2A
Octal 275 110 27 0 76 130 32 22 116 52
Binary 10111101 1001000 10111 0 111110 1011000 11010 10010 1001110 101010

Color Harmonies of #BD4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4817

Black with #BD4817

Text Example


Text Example

White with #BD4817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4817; }

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

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

background-color css

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

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

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

border-color css

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

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

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