Html Css Color HEX #BD471F Rust

📋 copy color: '#BD471F'

red 189 ◦ green 71 ◦ blue 31

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

Shades of Rust #BD471F

Tints of Rust #BD471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 64.95%
G = 24.4%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD471F (or 0xBD471F) is known color: Rust. HEX triplet: BD, 47 and 1F. RGB value is (189,71,31). Sum of RGB (Red+Green+Blue) = 189+71+31=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD471F is #42B8E0. Grayscale: #666666. Windows color (decimal): -4372705 or 2049981. OLE color: 2049981.

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

Color convert

RGB 189 71 31 -
CMYK 0 0.62 0.84 0.26
HSL 15.19º 0.72% 0.43% -
HSV(B) 15.19º 0.84% 0.74% -
XYZ 23.49 15.42 3.04 -
YUV 101.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 189 71 31 0 0.62 0.84 0.26 15.19 0.72 0.43
Hex BD 47 1F 0 3E 54 1A F 48 2B
Octal 275 107 37 0 76 124 32 17 110 53
Binary 10111101 1000111 11111 0 111110 1010100 11010 1111 1001000 101011

Color Harmonies of #BD471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD471F

Black with #BD471F

Text Example


Text Example

White with #BD471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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