Html Css Color HEX #BD4217 Rust

📋 copy color: '#BD4217'

red 189 ◦ green 66 ◦ blue 23

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

Shades of Rust #BD4217

Tints of Rust #BD4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 67.99%
G = 23.74%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4217 (or 0xBD4217) is known color: Rust. HEX triplet: BD, 42 and 17. RGB value is (189,66,23). Sum of RGB (Red+Green+Blue) = 189+66+23=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4217 is #42BDE8. Grayscale: #626262. Windows color (decimal): -4373993 or 1524413. OLE color: 1524413.

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

Color convert

RGB 189 66 23 -
CMYK 0 0.65 0.88 0.26
HSL 15.54º 0.78% 0.42% -
HSV(B) 15.54º 0.88% 0.74% -
XYZ 23.09 14.78 2.45 -
YUV 97.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 189 66 23 0 0.65 0.88 0.26 15.54 0.78 0.42
Hex BD 42 17 0 41 58 1A 10 4E 2A
Octal 275 102 27 0 101 130 32 20 116 52
Binary 10111101 1000010 10111 0 1000001 1011000 11010 10000 1001110 101010

Color Harmonies of #BD4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4217

Black with #BD4217

Text Example


Text Example

White with #BD4217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4217; }

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

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

background-color css

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

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

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

border-color css

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

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

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