Html Css Color HEX #BD3A10 Rust

📋 copy color: '#BD3A10'

red 189 ◦ green 58 ◦ blue 16

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

Shades of Rust #BD3A10

Tints of Rust #BD3A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 71.86%
G = 22.05%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD3A10 (or 0xBD3A10) is known color: Rust. HEX triplet: BD, 3A and 10. RGB value is (189,58,16). Sum of RGB (Red+Green+Blue) = 189+58+16=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A10 is #42C5EF. Grayscale: #5C5C5C. Windows color (decimal): -4376048 or 1063613. OLE color: 1063613.

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

Color convert

RGB 189 58 16 -
CMYK 0 0.69 0.92 0.26
HSL 14.57º 0.84% 0.4% -
HSV(B) 14.57º 0.92% 0.74% -
XYZ 22.59 13.88 1.98 -
YUV 92.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 189 58 16 0 0.69 0.92 0.26 14.57 0.84 0.4
Hex BD 3A 10 0 45 5C 1A F 54 28
Octal 275 72 20 0 105 134 32 17 124 50
Binary 10111101 111010 10000 0 1000101 1011100 11010 1111 1010100 101000

Color Harmonies of #BD3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A10

Black with #BD3A10

Text Example


Text Example

White with #BD3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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