Html Css Color HEX #BD3C19 Rust

📋 copy color: '#BD3C19'

red 189 ◦ green 60 ◦ blue 25

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

Shades of Rust #BD3C19

Tints of Rust #BD3C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 68.98%
G = 21.9%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD3C19 (or 0xBD3C19) is known color: Rust. HEX triplet: BD, 3C and 19. RGB value is (189,60,25). Sum of RGB (Red+Green+Blue) = 189+60+25=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C19 is #42C3E6. Grayscale: #5E5E5E. Windows color (decimal): -4375527 or 1653949. OLE color: 1653949.

HSL color Cylindrical-coordinate representation of color #BD3C19: hue angle of 12.8º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD3C19 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 25 -
CMYK 0 0.68 0.87 0.26
HSL 12.8º 0.77% 0.42% -
HSV(B) 12.8º 0.87% 0.74% -
XYZ 22.78 14.12 2.44 -
YUV 94.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 189 60 25 0 0.68 0.87 0.26 12.8 0.77 0.42
Hex BD 3C 19 0 44 57 1A D 4D 2A
Octal 275 74 31 0 104 127 32 15 115 52
Binary 10111101 111100 11001 0 1000100 1010111 11010 1101 1001101 101010

Color Harmonies of #BD3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C19

Black with #BD3C19

Text Example


Text Example

White with #BD3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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