Html Css Color HEX #BC3E1A Rust

📋 copy color: '#BC3E1A'

red 188 ◦ green 62 ◦ blue 26

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

Shades of Rust #BC3E1A

Tints of Rust #BC3E1A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 68.12%
G = 22.46%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC3E1A (or 0xBC3E1A) is known color: Rust. HEX triplet: BC, 3E and 1A. RGB value is (188,62,26). Sum of RGB (Red+Green+Blue) = 188+62+26=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E1A is #43C1E5. Grayscale: #5F5F5F. Windows color (decimal): -4440550 or 1719996. OLE color: 1719996.

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

Color convert

RGB 188 62 26 -
CMYK 0 0.67 0.86 0.26
HSL 13.33º 0.76% 0.42% -
HSV(B) 13.33º 0.86% 0.74% -
XYZ 22.65 14.21 2.53 -
YUV 95.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 188 62 26 0 0.67 0.86 0.26 13.33 0.76 0.42
Hex BC 3E 1A 0 43 56 1A D 4C 2A
Octal 274 76 32 0 103 126 32 15 114 52
Binary 10111100 111110 11010 0 1000011 1010110 11010 1101 1001100 101010

Color Harmonies of #BC3E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E1A

Black with #BC3E1A

Text Example


Text Example

White with #BC3E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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