Html Css Color HEX #BC471B Rust

📋 copy color: '#BC471B'

red 188 ◦ green 71 ◦ blue 27

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

Shades of Rust #BC471B

Tints of Rust #BC471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 65.73%
G = 24.83%
B = 9.44%

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

#BC471B (or 0xBC471B) is known color: Rust. HEX triplet: BC, 47 and 1B. RGB value is (188,71,27). Sum of RGB (Red+Green+Blue) = 188+71+27=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC471B is #43B8E4. Grayscale: #656565. Windows color (decimal): -4438245 or 1787836. OLE color: 1787836.

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

Color convert

RGB 188 71 27 -
CMYK 0 0.62 0.86 0.26
HSL 16.4º 0.75% 0.42% -
HSV(B) 16.4º 0.86% 0.74% -
XYZ 23.19 15.28 2.76 -
YUV 100.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 188 71 27 0 0.62 0.86 0.26 16.4 0.75 0.42
Hex BC 47 1B 0 3E 56 1A 10 4B 2A
Octal 274 107 33 0 76 126 32 20 113 52
Binary 10111100 1000111 11011 0 111110 1010110 11010 10000 1001011 101010

Color Harmonies of #BC471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC471B

Black with #BC471B

Text Example


Text Example

White with #BC471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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