Html Css Color HEX #BC4021 Rust

📋 copy color: '#BC4021'

red 188 ◦ green 64 ◦ blue 33

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

Shades of Rust #BC4021

Tints of Rust #BC4021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 65.96%
G = 22.46%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC4021 (or 0xBC4021) is known color: Rust. HEX triplet: BC, 40 and 21. RGB value is (188,64,33). Sum of RGB (Red+Green+Blue) = 188+64+33=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4021 is #43BFDE. Grayscale: #616161. Windows color (decimal): -4440031 or 2179260. OLE color: 2179260.

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

Color convert

RGB 188 64 33 -
CMYK 0 0.66 0.82 0.26
HSL 12º 0.7% 0.43% -
HSV(B) 12º 0.82% 0.74% -
XYZ 22.85 14.47 3.03 -
YUV 97.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 188 64 33 0 0.66 0.82 0.26 12 0.7 0.43
Hex BC 40 21 0 42 52 1A C 46 2B
Octal 274 100 41 0 102 122 32 14 106 53
Binary 10111100 1000000 100001 0 1000010 1010010 11010 1100 1000110 101011

Color Harmonies of #BC4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4021

Black with #BC4021

Text Example


Text Example

White with #BC4021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4021; }

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

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

background-color css

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

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

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

border-color css

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

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

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