Html Css Color HEX #BC3C16 Rust

📋 copy color: '#BC3C16'

red 188 ◦ green 60 ◦ blue 22

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

Shades of Rust #BC3C16

Tints of Rust #BC3C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 69.63%
G = 22.22%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3C16 (or 0xBC3C16) is known color: Rust. HEX triplet: BC, 3C and 16. RGB value is (188,60,22). Sum of RGB (Red+Green+Blue) = 188+60+22=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C16 is #43C3E9. Grayscale: #5E5E5E. Windows color (decimal): -4441066 or 1457340. OLE color: 1457340.

HSL color Cylindrical-coordinate representation of color #BC3C16: hue angle of 13.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC3C16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 60 22 -
CMYK 0 0.68 0.88 0.26
HSL 13.73º 0.79% 0.41% -
HSV(B) 13.73º 0.88% 0.74% -
XYZ 22.5 13.98 2.27 -
YUV 93.94 87.41 195.09 -
System Red Green Blue C M Y K H S L
Decimal 188 60 22 0 0.68 0.88 0.26 13.73 0.79 0.41
Hex BC 3C 16 0 44 58 1A E 4F 29
Octal 274 74 26 0 104 130 32 16 117 51
Binary 10111100 111100 10110 0 1000100 1011000 11010 1110 1001111 101001

Color Harmonies of #BC3C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C16

Black with #BC3C16

Text Example


Text Example

White with #BC3C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C16; }

 p { color: rgb(188,60,22); }

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

background-color css

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

 a { background-color: rgb(188,60,22); }

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

border-color css

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

 span { border-color: rgb(188,60,22); }

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