Html Css Color HEX #BD3E14 Rust

📋 copy color: '#BD3E14'

red 189 ◦ green 62 ◦ blue 20

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

Shades of Rust #BD3E14

Tints of Rust #BD3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

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

R = 69.74%
G = 22.88%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3E14 (or 0xBD3E14) is known color: Rust. HEX triplet: BD, 3E and 14. RGB value is (189,62,20). Sum of RGB (Red+Green+Blue) = 189+62+20=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E14 is #42C1EB. Grayscale: #5F5F5F. Windows color (decimal): -4375020 or 1326781. OLE color: 1326781.

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

Color convert

RGB 189 62 20 -
CMYK 0 0.67 0.89 0.26
HSL 14.91º 0.81% 0.41% -
HSV(B) 14.91º 0.89% 0.74% -
XYZ 22.84 14.31 2.22 -
YUV 95.19 85.58 194.92 -
System Red Green Blue C M Y K H S L
Decimal 189 62 20 0 0.67 0.89 0.26 14.91 0.81 0.41
Hex BD 3E 14 0 43 59 1A F 51 29
Octal 275 76 24 0 103 131 32 17 121 51
Binary 10111101 111110 10100 0 1000011 1011001 11010 1111 1010001 101001

Color Harmonies of #BD3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E14

Black with #BD3E14

Text Example


Text Example

White with #BD3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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