Html Css Color HEX #BC3A15 Rust

📋 copy color: '#BC3A15'

red 188 ◦ green 58 ◦ blue 21

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

Shades of Rust #BC3A15

Tints of Rust #BC3A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 70.41%
G = 21.72%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3A15 (or 0xBC3A15) is known color: Rust. HEX triplet: BC, 3A and 15. RGB value is (188,58,21). Sum of RGB (Red+Green+Blue) = 188+58+21=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A15 is #43C5EA. Grayscale: #5C5C5C. Windows color (decimal): -4441579 or 1391292. OLE color: 1391292.

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

Color convert

RGB 188 58 21 -
CMYK 0 0.69 0.89 0.26
HSL 13.29º 0.8% 0.41% -
HSV(B) 13.29º 0.89% 0.74% -
XYZ 22.39 13.77 2.19 -
YUV 92.65 87.57 196.01 -
System Red Green Blue C M Y K H S L
Decimal 188 58 21 0 0.69 0.89 0.26 13.29 0.8 0.41
Hex BC 3A 15 0 45 59 1A D 50 29
Octal 274 72 25 0 105 131 32 15 120 51
Binary 10111100 111010 10101 0 1000101 1011001 11010 1101 1010000 101001

Color Harmonies of #BC3A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A15

Black with #BC3A15

Text Example


Text Example

White with #BC3A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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