Html Css Color HEX #BD4E0A Rust

📋 copy color: '#BD4E0A'

red 189 ◦ green 78 ◦ blue 10

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

Shades of Rust #BD4E0A

Tints of Rust #BD4E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

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

R = 68.23%
G = 28.16%
B = 3.61%

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

#BD4E0A (or 0xBD4E0A) is known color: Rust. HEX triplet: BD, 4E and 0A. RGB value is (189,78,10). Sum of RGB (Red+Green+Blue) = 189+78+10=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4E0A is #42B1F5. Grayscale: #676767. Windows color (decimal): -4370934 or 675517. OLE color: 675517.

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

Color convert

RGB 189 78 10 -
CMYK 0 0.59 0.95 0.26
HSL 22.79º 0.9% 0.39% -
HSV(B) 22.79º 0.95% 0.74% -
XYZ 23.77 16.29 2.18 -
YUV 103.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 189 78 10 0 0.59 0.95 0.26 22.79 0.9 0.39
Hex BD 4E A 0 3B 5F 1A 17 5A 27
Octal 275 116 12 0 73 137 32 27 132 47
Binary 10111101 1001110 1010 0 111011 1011111 11010 10111 1011010 100111

Color Harmonies of #BD4E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E0A

Black with #BD4E0A

Text Example


Text Example

White with #BD4E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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