Html Css Color HEX #BD3A14 Rust

📋 copy color: '#BD3A14'

red 189 ◦ green 58 ◦ blue 20

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

Shades of Rust #BD3A14

Tints of Rust #BD3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

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

R = 70.79%
G = 21.72%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3A14 (or 0xBD3A14) is known color: Rust. HEX triplet: BD, 3A and 14. RGB value is (189,58,20). Sum of RGB (Red+Green+Blue) = 189+58+20=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A14 is #42C5EB. Grayscale: #5D5D5D. Windows color (decimal): -4376044 or 1325757. OLE color: 1325757.

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

Color convert

RGB 189 58 20 -
CMYK 0 0.69 0.89 0.26
HSL 13.49º 0.81% 0.41% -
HSV(B) 13.49º 0.89% 0.74% -
XYZ 22.63 13.9 2.15 -
YUV 92.84 86.9 196.59 -
System Red Green Blue C M Y K H S L
Decimal 189 58 20 0 0.69 0.89 0.26 13.49 0.81 0.41
Hex BD 3A 14 0 45 59 1A D 51 29
Octal 275 72 24 0 105 131 32 15 121 51
Binary 10111101 111010 10100 0 1000101 1011001 11010 1101 1010001 101001

Color Harmonies of #BD3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A14

Black with #BD3A14

Text Example


Text Example

White with #BD3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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