Html Css Color HEX #BD3A15 Rust

📋 copy color: '#BD3A15'

red 189 ◦ green 58 ◦ blue 21

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

Shades of Rust #BD3A15

Tints of Rust #BD3A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 70.52%
G = 21.64%
B = 7.84%

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

#BD3A15 (or 0xBD3A15) is known color: Rust. HEX triplet: BD, 3A and 15. RGB value is (189,58,21). Sum of RGB (Red+Green+Blue) = 189+58+21=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A15 is #42C5EA. Grayscale: #5D5D5D. Windows color (decimal): -4376043 or 1391293. OLE color: 1391293.

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

Color convert

RGB 189 58 21 -
CMYK 0 0.69 0.89 0.26
HSL 13.21º 0.8% 0.41% -
HSV(B) 13.21º 0.89% 0.74% -
XYZ 22.63 13.9 2.2 -
YUV 92.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 189 58 21 0 0.69 0.89 0.26 13.21 0.8 0.41
Hex BD 3A 15 0 45 59 1A D 50 29
Octal 275 72 25 0 105 131 32 15 120 51
Binary 10111101 111010 10101 0 1000101 1011001 11010 1101 1010000 101001

Color Harmonies of #BD3A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A15

Black with #BD3A15

Text Example


Text Example

White with #BD3A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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