Html Css Color HEX #BC3E1E Rust

📋 copy color: '#BC3E1E'

red 188 ◦ green 62 ◦ blue 30

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

Shades of Rust #BC3E1E

Tints of Rust #BC3E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 67.14%
G = 22.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC3E1E (or 0xBC3E1E) is known color: Rust. HEX triplet: BC, 3E and 1E. RGB value is (188,62,30). Sum of RGB (Red+Green+Blue) = 188+62+30=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E1E is #43C1E1. Grayscale: #606060. Windows color (decimal): -4440546 or 1982140. OLE color: 1982140.

HSL color Cylindrical-coordinate representation of color #BC3E1E: hue angle of 12.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC3E1E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 30 -
CMYK 0 0.67 0.84 0.26
HSL 12.15º 0.72% 0.43% -
HSV(B) 12.15º 0.84% 0.74% -
XYZ 22.7 14.23 2.78 -
YUV 96.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 188 62 30 0 0.67 0.84 0.26 12.15 0.72 0.43
Hex BC 3E 1E 0 43 54 1A C 48 2B
Octal 274 76 36 0 103 124 32 14 110 53
Binary 10111100 111110 11110 0 1000011 1010100 11010 1100 1001000 101011

Color Harmonies of #BC3E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E1E

Black with #BC3E1E

Text Example


Text Example

White with #BC3E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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