Html Css Color HEX #BC4020 Rust

📋 copy color: '#BC4020'

red 188 ◦ green 64 ◦ blue 32

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

Shades of Rust #BC4020

Tints of Rust #BC4020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 66.2%
G = 22.54%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC4020 (or 0xBC4020) is known color: Rust. HEX triplet: BC, 40 and 20. RGB value is (188,64,32). Sum of RGB (Red+Green+Blue) = 188+64+32=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4020 is #43BFDF. Grayscale: #616161. Windows color (decimal): -4440032 or 2113724. OLE color: 2113724.

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

Color convert

RGB 188 64 32 -
CMYK 0 0.66 0.83 0.26
HSL 12.31º 0.71% 0.43% -
HSV(B) 12.31º 0.83% 0.74% -
XYZ 22.83 14.46 2.95 -
YUV 97.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 188 64 32 0 0.66 0.83 0.26 12.31 0.71 0.43
Hex BC 40 20 0 42 53 1A C 47 2B
Octal 274 100 40 0 102 123 32 14 107 53
Binary 10111100 1000000 100000 0 1000010 1010011 11010 1100 1000111 101011

Color Harmonies of #BC4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4020

Black with #BC4020

Text Example


Text Example

White with #BC4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4020; }

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

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

background-color css

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

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

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

border-color css

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

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

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