Html Css Color HEX #BD3C14 Rust

📋 copy color: '#BD3C14'

red 189 ◦ green 60 ◦ blue 20

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

Shades of Rust #BD3C14

Tints of Rust #BD3C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 70.26%
G = 22.3%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3C14 (or 0xBD3C14) is known color: Rust. HEX triplet: BD, 3C and 14. RGB value is (189,60,20). Sum of RGB (Red+Green+Blue) = 189+60+20=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C14 is #42C3EB. Grayscale: #5E5E5E. Windows color (decimal): -4375532 or 1326269. OLE color: 1326269.

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

Color convert

RGB 189 60 20 -
CMYK 0 0.68 0.89 0.26
HSL 14.2º 0.81% 0.41% -
HSV(B) 14.2º 0.89% 0.74% -
XYZ 22.73 14.1 2.19 -
YUV 94.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 189 60 20 0 0.68 0.89 0.26 14.2 0.81 0.41
Hex BD 3C 14 0 44 59 1A E 51 29
Octal 275 74 24 0 104 131 32 16 121 51
Binary 10111101 111100 10100 0 1000100 1011001 11010 1110 1010001 101001

Color Harmonies of #BD3C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C14

Black with #BD3C14

Text Example


Text Example

White with #BD3C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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