Html Css Color HEX #BD4A05 Rust

📋 copy color: '#BD4A05'

red 189 ◦ green 74 ◦ blue 5

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

Shades of Rust #BD4A05

Tints of Rust #BD4A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 70.52%
G = 27.61%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD4A05 (or 0xBD4A05) is known color: Rust. HEX triplet: BD, 4A and 05. RGB value is (189,74,5). Sum of RGB (Red+Green+Blue) = 189+74+5=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A05 is #42B5FA. Grayscale: #646464. Windows color (decimal): -4371963 or 346813. OLE color: 346813.

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

Color convert

RGB 189 74 5 -
CMYK 0 0.61 0.97 0.26
HSL 22.5º 0.95% 0.38% -
HSV(B) 22.5º 0.97% 0.74% -
XYZ 23.46 15.73 1.94 -
YUV 100.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 189 74 5 0 0.61 0.97 0.26 22.5 0.95 0.38
Hex BD 4A 5 0 3D 61 1A 16 5F 26
Octal 275 112 5 0 75 141 32 26 137 46
Binary 10111101 1001010 101 0 111101 1100001 11010 10110 1011111 100110

Color Harmonies of #BD4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A05

Black with #BD4A05

Text Example


Text Example

White with #BD4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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