Html Css Color HEX #BC461A Rust

📋 copy color: '#BC461A'

red 188 ◦ green 70 ◦ blue 26

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

Shades of Rust #BC461A

Tints of Rust #BC461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 66.2%
G = 24.65%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC461A (or 0xBC461A) is known color: Rust. HEX triplet: BC, 46 and 1A. RGB value is (188,70,26). Sum of RGB (Red+Green+Blue) = 188+70+26=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC461A is #43B9E5. Grayscale: #646464. Windows color (decimal): -4438502 or 1722044. OLE color: 1722044.

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

Color convert

RGB 188 70 26 -
CMYK 0 0.63 0.86 0.26
HSL 16.3º 0.76% 0.42% -
HSV(B) 16.3º 0.86% 0.74% -
XYZ 23.12 15.15 2.68 -
YUV 100.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 188 70 26 0 0.63 0.86 0.26 16.3 0.76 0.42
Hex BC 46 1A 0 3F 56 1A 10 4C 2A
Octal 274 106 32 0 77 126 32 20 114 52
Binary 10111100 1000110 11010 0 111111 1010110 11010 10000 1001100 101010

Color Harmonies of #BC461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC461A

Black with #BC461A

Text Example


Text Example

White with #BC461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC461A; }

 p { color: rgb(188,70,26); }

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

background-color css

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

 a { background-color: rgb(188,70,26); }

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

border-color css

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

 span { border-color: rgb(188,70,26); }

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