Html Css Color HEX #BC471F Rust

📋 copy color: '#BC471F'

red 188 ◦ green 71 ◦ blue 31

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

Shades of Rust #BC471F

Tints of Rust #BC471F

RGB

 RED value IS 188 (73.83% from 255) = 64.83%

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

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

R = 64.83%
G = 24.48%
B = 10.69%

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

#BC471F (or 0xBC471F) is known color: Rust. HEX triplet: BC, 47 and 1F. RGB value is (188,71,31). Sum of RGB (Red+Green+Blue) = 188+71+31=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC471F is #43B8E0. Grayscale: #656565. Windows color (decimal): -4438241 or 2049980. OLE color: 2049980.

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

Color convert

RGB 188 71 31 -
CMYK 0 0.62 0.84 0.26
HSL 15.29º 0.72% 0.43% -
HSV(B) 15.29º 0.84% 0.74% -
XYZ 23.24 15.3 3.02 -
YUV 101.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 188 71 31 0 0.62 0.84 0.26 15.29 0.72 0.43
Hex BC 47 1F 0 3E 54 1A F 48 2B
Octal 274 107 37 0 76 124 32 17 110 53
Binary 10111100 1000111 11111 0 111110 1010100 11010 1111 1001000 101011

Color Harmonies of #BC471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC471F

Black with #BC471F

Text Example


Text Example

White with #BC471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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