Html Css Color HEX #BD471D Rust

📋 copy color: '#BD471D'

red 189 ◦ green 71 ◦ blue 29

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

Shades of Rust #BD471D

Tints of Rust #BD471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 65.4%
G = 24.57%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD471D (or 0xBD471D) is known color: Rust. HEX triplet: BD, 47 and 1D. RGB value is (189,71,29). Sum of RGB (Red+Green+Blue) = 189+71+29=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD471D is #42B8E2. Grayscale: #656565. Windows color (decimal): -4372707 or 1918909. OLE color: 1918909.

HSL color Cylindrical-coordinate representation of color #BD471D: hue angle of 15.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD471D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 29 -
CMYK 0 0.62 0.85 0.26
HSL 15.75º 0.73% 0.43% -
HSV(B) 15.75º 0.85% 0.74% -
XYZ 23.46 15.41 2.9 -
YUV 101.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 189 71 29 0 0.62 0.85 0.26 15.75 0.73 0.43
Hex BD 47 1D 0 3E 55 1A 10 49 2B
Octal 275 107 35 0 76 125 32 20 111 53
Binary 10111101 1000111 11101 0 111110 1010101 11010 10000 1001001 101011

Color Harmonies of #BD471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD471D

Black with #BD471D

Text Example


Text Example

White with #BD471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD471D; }

 p { color: rgb(189,71,29); }

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

background-color css

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

 a { background-color: rgb(189,71,29); }

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

border-color css

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

 span { border-color: rgb(189,71,29); }

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