Html Css Color HEX #BD3A11 Rust

📋 copy color: '#BD3A11'

red 189 ◦ green 58 ◦ blue 17

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

Shades of Rust #BD3A11

Tints of Rust #BD3A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 71.59%
G = 21.97%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD3A11 (or 0xBD3A11) is known color: Rust. HEX triplet: BD, 3A and 11. RGB value is (189,58,17). Sum of RGB (Red+Green+Blue) = 189+58+17=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A11 is #42C5EE. Grayscale: #5C5C5C. Windows color (decimal): -4376047 or 1129149. OLE color: 1129149.

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

Color convert

RGB 189 58 17 -
CMYK 0 0.69 0.91 0.26
HSL 14.3º 0.83% 0.4% -
HSV(B) 14.3º 0.91% 0.74% -
XYZ 22.6 13.89 2.02 -
YUV 92.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 189 58 17 0 0.69 0.91 0.26 14.3 0.83 0.4
Hex BD 3A 11 0 45 5B 1A E 53 28
Octal 275 72 21 0 105 133 32 16 123 50
Binary 10111101 111010 10001 0 1000101 1011011 11010 1110 1010011 101000

Color Harmonies of #BD3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A11

Black with #BD3A11

Text Example


Text Example

White with #BD3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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