Html Css Color HEX #BC491B Rust

📋 copy color: '#BC491B'

red 188 ◦ green 73 ◦ blue 27

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

Shades of Rust #BC491B

Tints of Rust #BC491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 65.28%
G = 25.35%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC491B (or 0xBC491B) is known color: Rust. HEX triplet: BC, 49 and 1B. RGB value is (188,73,27). Sum of RGB (Red+Green+Blue) = 188+73+27=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC491B is #43B6E4. Grayscale: #666666. Windows color (decimal): -4437733 or 1788348. OLE color: 1788348.

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

Color convert

RGB 188 73 27 -
CMYK 0 0.61 0.86 0.26
HSL 17.14º 0.75% 0.42% -
HSV(B) 17.14º 0.86% 0.74% -
XYZ 23.32 15.54 2.81 -
YUV 102.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 188 73 27 0 0.61 0.86 0.26 17.14 0.75 0.42
Hex BC 49 1B 0 3D 56 1A 11 4B 2A
Octal 274 111 33 0 75 126 32 21 113 52
Binary 10111100 1001001 11011 0 111101 1010110 11010 10001 1001011 101010

Color Harmonies of #BC491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC491B

Black with #BC491B

Text Example


Text Example

White with #BC491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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