Html Css Color HEX #BD4A09 Rust

📋 copy color: '#BD4A09'

red 189 ◦ green 74 ◦ blue 9

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

Shades of Rust #BD4A09

Tints of Rust #BD4A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.31%

R = 69.49%
G = 27.21%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD4A09 (or 0xBD4A09) is known color: Rust. HEX triplet: BD, 4A and 09. RGB value is (189,74,9). Sum of RGB (Red+Green+Blue) = 189+74+9=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A09 is #42B5F6. Grayscale: #656565. Windows color (decimal): -4371959 or 608957. OLE color: 608957.

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

Color convert

RGB 189 74 9 -
CMYK 0 0.61 0.95 0.26
HSL 21.67º 0.91% 0.39% -
HSV(B) 21.67º 0.95% 0.74% -
XYZ 23.48 15.74 2.06 -
YUV 100.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 189 74 9 0 0.61 0.95 0.26 21.67 0.91 0.39
Hex BD 4A 9 0 3D 5F 1A 16 5B 27
Octal 275 112 11 0 75 137 32 26 133 47
Binary 10111101 1001010 1001 0 111101 1011111 11010 10110 1011011 100111

Color Harmonies of #BD4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A09

Black with #BD4A09

Text Example


Text Example

White with #BD4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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