Html Css Color HEX #BC401F Rust

📋 copy color: '#BC401F'

red 188 ◦ green 64 ◦ blue 31

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

Shades of Rust #BC401F

Tints of Rust #BC401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 66.43%
G = 22.61%
B = 10.95%

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

#BC401F (or 0xBC401F) is known color: Rust. HEX triplet: BC, 40 and 1F. RGB value is (188,64,31). Sum of RGB (Red+Green+Blue) = 188+64+31=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC401F is #43BFE0. Grayscale: #616161. Windows color (decimal): -4440033 or 2048188. OLE color: 2048188.

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

Color convert

RGB 188 64 31 -
CMYK 0 0.66 0.84 0.26
HSL 12.61º 0.72% 0.43% -
HSV(B) 12.61º 0.84% 0.74% -
XYZ 22.82 14.46 2.88 -
YUV 97.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 188 64 31 0 0.66 0.84 0.26 12.61 0.72 0.43
Hex BC 40 1F 0 42 54 1A D 48 2B
Octal 274 100 37 0 102 124 32 15 110 53
Binary 10111100 1000000 11111 0 1000010 1010100 11010 1101 1001000 101011

Color Harmonies of #BC401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC401F

Black with #BC401F

Text Example


Text Example

White with #BC401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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