Html Css Color HEX #BC3F16 Rust

📋 copy color: '#BC3F16'

red 188 ◦ green 63 ◦ blue 22

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

Shades of Rust #BC3F16

Tints of Rust #BC3F16

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 68.86%
G = 23.08%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3F16 (or 0xBC3F16) is known color: Rust. HEX triplet: BC, 3F and 16. RGB value is (188,63,22). Sum of RGB (Red+Green+Blue) = 188+63+22=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F16 is #43C0E9. Grayscale: #5F5F5F. Windows color (decimal): -4440298 or 1458108. OLE color: 1458108.

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

Color convert

RGB 188 63 22 -
CMYK 0 0.66 0.88 0.26
HSL 14.82º 0.79% 0.41% -
HSV(B) 14.82º 0.88% 0.74% -
XYZ 22.66 14.3 2.33 -
YUV 95.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 188 63 22 0 0.66 0.88 0.26 14.82 0.79 0.41
Hex BC 3F 16 0 42 58 1A F 4F 29
Octal 274 77 26 0 102 130 32 17 117 51
Binary 10111100 111111 10110 0 1000010 1011000 11010 1111 1001111 101001

Color Harmonies of #BC3F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F16

Black with #BC3F16

Text Example


Text Example

White with #BC3F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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