Html Css Color HEX #BC3A06 Rust

📋 copy color: '#BC3A06'

red 188 ◦ green 58 ◦ blue 6

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

Shades of Rust #BC3A06

Tints of Rust #BC3A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 74.6%
G = 23.02%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC3A06 (or 0xBC3A06) is known color: Rust. HEX triplet: BC, 3A and 06. RGB value is (188,58,6). Sum of RGB (Red+Green+Blue) = 188+58+6=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A06 is #43C5F9. Grayscale: #5B5B5B. Windows color (decimal): -4441594 or 408252. OLE color: 408252.

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

Color convert

RGB 188 58 6 -
CMYK 0 0.69 0.97 0.26
HSL 17.14º 0.94% 0.38% -
HSV(B) 17.14º 0.97% 0.74% -
XYZ 22.28 13.73 1.65 -
YUV 90.94 80.07 197.23 -
System Red Green Blue C M Y K H S L
Decimal 188 58 6 0 0.69 0.97 0.26 17.14 0.94 0.38
Hex BC 3A 6 0 45 61 1A 11 5E 26
Octal 274 72 6 0 105 141 32 21 136 46
Binary 10111100 111010 110 0 1000101 1100001 11010 10001 1011110 100110

Color Harmonies of #BC3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A06

Black with #BC3A06

Text Example


Text Example

White with #BC3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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