Html Css Color HEX #BD4309 Rust

📋 copy color: '#BD4309'

red 189 ◦ green 67 ◦ blue 9

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

Shades of Rust #BD4309

Tints of Rust #BD4309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 71.32%
G = 25.28%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD4309 (or 0xBD4309) is known color: Rust. HEX triplet: BD, 43 and 09. RGB value is (189,67,9). Sum of RGB (Red+Green+Blue) = 189+67+9=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4309 is #42BCF6. Grayscale: #616161. Windows color (decimal): -4373751 or 607165. OLE color: 607165.

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

Color convert

RGB 189 67 9 -
CMYK 0 0.65 0.95 0.26
HSL 19.33º 0.91% 0.39% -
HSV(B) 19.33º 0.95% 0.74% -
XYZ 23.04 14.85 1.91 -
YUV 96.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 189 67 9 0 0.65 0.95 0.26 19.33 0.91 0.39
Hex BD 43 9 0 41 5F 1A 13 5B 27
Octal 275 103 11 0 101 137 32 23 133 47
Binary 10111101 1000011 1001 0 1000001 1011111 11010 10011 1011011 100111

Color Harmonies of #BD4309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4309

Black with #BD4309

Text Example


Text Example

White with #BD4309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4309; }

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

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

background-color css

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

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

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

border-color css

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

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

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