Html Css Color HEX #BC3A04 Rust

📋 copy color: '#BC3A04'

red 188 ◦ green 58 ◦ blue 4

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

Shades of Rust #BC3A04

Tints of Rust #BC3A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 75.2%
G = 23.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3A04 (or 0xBC3A04) is known color: Rust. HEX triplet: BC, 3A and 04. RGB value is (188,58,4). Sum of RGB (Red+Green+Blue) = 188+58+4=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A04 is #43C5FB. Grayscale: #5B5B5B. Windows color (decimal): -4441596 or 277180. OLE color: 277180.

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

Color convert

RGB 188 58 4 -
CMYK 0 0.69 0.98 0.26
HSL 17.61º 0.96% 0.38% -
HSV(B) 17.61º 0.98% 0.74% -
XYZ 22.27 13.73 1.59 -
YUV 90.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 188 58 4 0 0.69 0.98 0.26 17.61 0.96 0.38
Hex BC 3A 4 0 45 62 1A 12 60 26
Octal 274 72 4 0 105 142 32 22 140 46
Binary 10111100 111010 100 0 1000101 1100010 11010 10010 1100000 100110

Color Harmonies of #BC3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A04

Black with #BC3A04

Text Example


Text Example

White with #BC3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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