Html Css Color HEX #BD471A Rust

📋 copy color: '#BD471A'

red 189 ◦ green 71 ◦ blue 26

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

Shades of Rust #BD471A

Tints of Rust #BD471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 66.08%
G = 24.83%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD471A (or 0xBD471A) is known color: Rust. HEX triplet: BD, 47 and 1A. RGB value is (189,71,26). Sum of RGB (Red+Green+Blue) = 189+71+26=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD471A is #42B8E5. Grayscale: #656565. Windows color (decimal): -4372710 or 1722301. OLE color: 1722301.

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

Color convert

RGB 189 71 26 -
CMYK 0 0.62 0.86 0.26
HSL 16.56º 0.76% 0.42% -
HSV(B) 16.56º 0.86% 0.74% -
XYZ 23.43 15.4 2.72 -
YUV 101.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 189 71 26 0 0.62 0.86 0.26 16.56 0.76 0.42
Hex BD 47 1A 0 3E 56 1A 11 4C 2A
Octal 275 107 32 0 76 126 32 21 114 52
Binary 10111101 1000111 11010 0 111110 1010110 11010 10001 1001100 101010

Color Harmonies of #BD471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD471A

Black with #BD471A

Text Example


Text Example

White with #BD471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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