Html Css Color HEX #BC401E Rust

📋 copy color: '#BC401E'

red 188 ◦ green 64 ◦ blue 30

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

Shades of Rust #BC401E

Tints of Rust #BC401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 66.67%
G = 22.7%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC401E (or 0xBC401E) is known color: Rust. HEX triplet: BC, 40 and 1E. RGB value is (188,64,30). Sum of RGB (Red+Green+Blue) = 188+64+30=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC401E is #43BFE1. Grayscale: #616161. Windows color (decimal): -4440034 or 1982652. OLE color: 1982652.

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

Color convert

RGB 188 64 30 -
CMYK 0 0.66 0.84 0.26
HSL 12.91º 0.72% 0.43% -
HSV(B) 12.91º 0.84% 0.74% -
XYZ 22.81 14.45 2.82 -
YUV 97.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 188 64 30 0 0.66 0.84 0.26 12.91 0.72 0.43
Hex BC 40 1E 0 42 54 1A D 48 2B
Octal 274 100 36 0 102 124 32 15 110 53
Binary 10111100 1000000 11110 0 1000010 1010100 11010 1101 1001000 101011

Color Harmonies of #BC401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC401E

Black with #BC401E

Text Example


Text Example

White with #BC401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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