Html Css Color HEX #BC470A Rust

📋 copy color: '#BC470A'

red 188 ◦ green 71 ◦ blue 10

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

Shades of Rust #BC470A

Tints of Rust #BC470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 69.89%
G = 26.39%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC470A (or 0xBC470A) is known color: Rust. HEX triplet: BC, 47 and 0A. RGB value is (188,71,10). Sum of RGB (Red+Green+Blue) = 188+71+10=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC470A is #43B8F5. Grayscale: #636363. Windows color (decimal): -4438262 or 673724. OLE color: 673724.

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

Color convert

RGB 188 71 10 -
CMYK 0 0.62 0.95 0.26
HSL 20.56º 0.9% 0.39% -
HSV(B) 20.56º 0.95% 0.74% -
XYZ 23.05 15.22 2.01 -
YUV 99.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 188 71 10 0 0.62 0.95 0.26 20.56 0.9 0.39
Hex BC 47 A 0 3E 5F 1A 15 5A 27
Octal 274 107 12 0 76 137 32 25 132 47
Binary 10111100 1000111 1010 0 111110 1011111 11010 10101 1011010 100111

Color Harmonies of #BC470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC470A

Black with #BC470A

Text Example


Text Example

White with #BC470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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