Html Css Color HEX #BC461B Rust

📋 copy color: '#BC461B'

red 188 ◦ green 70 ◦ blue 27

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

Shades of Rust #BC461B

Tints of Rust #BC461B

RGB

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

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

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

R = 65.96%
G = 24.56%
B = 9.47%

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

#BC461B (or 0xBC461B) is known color: Rust. HEX triplet: BC, 46 and 1B. RGB value is (188,70,27). Sum of RGB (Red+Green+Blue) = 188+70+27=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC461B is #43B9E4. Grayscale: #646464. Windows color (decimal): -4438501 or 1787580. OLE color: 1787580.

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

Color convert

RGB 188 70 27 -
CMYK 0 0.63 0.86 0.26
HSL 16.02º 0.75% 0.42% -
HSV(B) 16.02º 0.86% 0.74% -
XYZ 23.13 15.15 2.74 -
YUV 100.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 188 70 27 0 0.63 0.86 0.26 16.02 0.75 0.42
Hex BC 46 1B 0 3F 56 1A 10 4B 2A
Octal 274 106 33 0 77 126 32 20 113 52
Binary 10111100 1000110 11011 0 111111 1010110 11010 10000 1001011 101010

Color Harmonies of #BC461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC461B

Black with #BC461B

Text Example


Text Example

White with #BC461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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