Html Css Color HEX #BD3C17 Rust

📋 copy color: '#BD3C17'

red 189 ◦ green 60 ◦ blue 23

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

Shades of Rust #BD3C17

Tints of Rust #BD3C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 69.49%
G = 22.06%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD3C17 (or 0xBD3C17) is known color: Rust. HEX triplet: BD, 3C and 17. RGB value is (189,60,23). Sum of RGB (Red+Green+Blue) = 189+60+23=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C17 is #42C3E8. Grayscale: #5E5E5E. Windows color (decimal): -4375529 or 1522877. OLE color: 1522877.

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

Color convert

RGB 189 60 23 -
CMYK 0 0.68 0.88 0.26
HSL 13.37º 0.78% 0.42% -
HSV(B) 13.37º 0.88% 0.74% -
XYZ 22.76 14.11 2.34 -
YUV 94.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 189 60 23 0 0.68 0.88 0.26 13.37 0.78 0.42
Hex BD 3C 17 0 44 58 1A D 4E 2A
Octal 275 74 27 0 104 130 32 15 116 52
Binary 10111101 111100 10111 0 1000100 1011000 11010 1101 1001110 101010

Color Harmonies of #BD3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C17

Black with #BD3C17

Text Example


Text Example

White with #BD3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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