Html Css Color HEX #BC3A10 Rust

📋 copy color: '#BC3A10'

red 188 ◦ green 58 ◦ blue 16

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

Shades of Rust #BC3A10

Tints of Rust #BC3A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 71.76%
G = 22.14%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3A10 (or 0xBC3A10) is known color: Rust. HEX triplet: BC, 3A and 10. RGB value is (188,58,16). Sum of RGB (Red+Green+Blue) = 188+58+16=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A10 is #43C5EF. Grayscale: #5C5C5C. Windows color (decimal): -4441584 or 1063612. OLE color: 1063612.

HSL color Cylindrical-coordinate representation of color #BC3A10: hue angle of 14.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC3A10 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 16 -
CMYK 0 0.69 0.91 0.26
HSL 14.65º 0.84% 0.4% -
HSV(B) 14.65º 0.91% 0.74% -
XYZ 22.35 13.75 1.97 -
YUV 92.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 188 58 16 0 0.69 0.91 0.26 14.65 0.84 0.4
Hex BC 3A 10 0 45 5B 1A F 54 28
Octal 274 72 20 0 105 133 32 17 124 50
Binary 10111100 111010 10000 0 1000101 1011011 11010 1111 1010100 101000

Color Harmonies of #BC3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A10

Black with #BC3A10

Text Example


Text Example

White with #BC3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A10; }

 p { color: rgb(188,58,16); }

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

background-color css

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

 a { background-color: rgb(188,58,16); }

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

border-color css

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

 span { border-color: rgb(188,58,16); }

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