Html Css Color HEX #BD3A05 Rust

📋 copy color: '#BD3A05'

red 189 ◦ green 58 ◦ blue 5

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

Shades of Rust #BD3A05

Tints of Rust #BD3A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 75%
G = 23.02%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3A05 (or 0xBD3A05) is known color: Rust. HEX triplet: BD, 3A and 05. RGB value is (189,58,5). Sum of RGB (Red+Green+Blue) = 189+58+5=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A05 is #42C5FA. Grayscale: #5B5B5B. Windows color (decimal): -4376059 or 342717. OLE color: 342717.

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

Color convert

RGB 189 58 5 -
CMYK 0 0.69 0.97 0.26
HSL 17.28º 0.95% 0.38% -
HSV(B) 17.28º 0.97% 0.74% -
XYZ 22.53 13.86 1.63 -
YUV 91.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 189 58 5 0 0.69 0.97 0.26 17.28 0.95 0.38
Hex BD 3A 5 0 45 61 1A 11 5F 26
Octal 275 72 5 0 105 141 32 21 137 46
Binary 10111101 111010 101 0 1000101 1100001 11010 10001 1011111 100110

Color Harmonies of #BD3A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A05

Black with #BD3A05

Text Example


Text Example

White with #BD3A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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