Html Css Color HEX #BD4D0A Rust

📋 copy color: '#BD4D0A'

red 189 ◦ green 77 ◦ blue 10

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

Shades of Rust #BD4D0A

Tints of Rust #BD4D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 68.48%
G = 27.9%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD4D0A (or 0xBD4D0A) is known color: Rust. HEX triplet: BD, 4D and 0A. RGB value is (189,77,10). Sum of RGB (Red+Green+Blue) = 189+77+10=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D0A is #42B2F5. Grayscale: #676767. Windows color (decimal): -4371190 or 675261. OLE color: 675261.

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

Color convert

RGB 189 77 10 -
CMYK 0 0.59 0.95 0.26
HSL 22.46º 0.9% 0.39% -
HSV(B) 22.46º 0.95% 0.74% -
XYZ 23.69 16.15 2.16 -
YUV 102.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 189 77 10 0 0.59 0.95 0.26 22.46 0.9 0.39
Hex BD 4D A 0 3B 5F 1A 16 5A 27
Octal 275 115 12 0 73 137 32 26 132 47
Binary 10111101 1001101 1010 0 111011 1011111 11010 10110 1011010 100111

Color Harmonies of #BD4D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D0A

Black with #BD4D0A

Text Example


Text Example

White with #BD4D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D0A; }

 p { color: rgb(189,77,10); }

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

background-color css

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

 a { background-color: rgb(189,77,10); }

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

border-color css

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

 span { border-color: rgb(189,77,10); }

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