Html Css Color HEX #BD3C0E Rust

📋 copy color: '#BD3C0E'

red 189 ◦ green 60 ◦ blue 14

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

Shades of Rust #BD3C0E

Tints of Rust #BD3C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 71.86%
G = 22.81%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD3C0E (or 0xBD3C0E) is known color: Rust. HEX triplet: BD, 3C and 0E. RGB value is (189,60,14). Sum of RGB (Red+Green+Blue) = 189+60+14=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C0E is #42C3F1. Grayscale: #5D5D5D. Windows color (decimal): -4375538 or 933053. OLE color: 933053.

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

Color convert

RGB 189 60 14 -
CMYK 0 0.68 0.93 0.26
HSL 15.77º 0.86% 0.4% -
HSV(B) 15.77º 0.93% 0.74% -
XYZ 22.68 14.08 1.94 -
YUV 93.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 189 60 14 0 0.68 0.93 0.26 15.77 0.86 0.4
Hex BD 3C E 0 44 5D 1A 10 56 28
Octal 275 74 16 0 104 135 32 20 126 50
Binary 10111101 111100 1110 0 1000100 1011101 11010 10000 1010110 101000

Color Harmonies of #BD3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C0E

Black with #BD3C0E

Text Example


Text Example

White with #BD3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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